:root {
  --green: #315f2d;
  --green-dark: #21431f;
  --green-soft: #7b9b55;
  --cream: #faf6ee;
  --cream-deep: #f3eadf;
  --mustard: #e2b51f;
  --ink: #25301f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 66vw;
  max-height: 720px;
  height: 680px;
  overflow: hidden;
  background: linear-gradient(rgba(255,255,255,.08), rgba(255,255,255,.05)), url("../../assets/img/hero.png") center top / cover no-repeat;
}

.topbar {
  position: relative;
  z-index: 3;
  padding-top: 16px;
}

.topbar .nav-link {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 12px;
  border-radius: 999px;
  color: #315f2d;
  background: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.topbar .nav-link.active {
  background: #fff;
}

.desktop-menu {
  flex-direction: row;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: var(--green);
  background: rgba(255,255,255,.88);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.menu-toggle i {
  font-size: 18px;
}

.mobile-nav {
  width: min(82vw, 330px) !important;
  color: var(--green);
  background:
    radial-gradient(circle at 100% 0, rgba(226,181,31,.16), transparent 32%),
    radial-gradient(circle at 0 100%, rgba(123,155,85,.18), transparent 34%),
    var(--cream);
  border-right: 0;
  box-shadow: 18px 0 40px rgba(20,42,18,.22);
}

.mobile-nav .offcanvas-header {
  align-items: flex-start;
  padding: 26px 24px 14px;
}

.mobile-brand-mark {
  display: block;
  margin-bottom: 2px;
  font-size: 36px;
  line-height: 1;
}

.mobile-nav h5 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: .9;
}

.mobile-nav p {
  margin: 0;
  color: #5d6c4c;
  font-size: 12px;
  font-weight: 600;
}

.menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: var(--green);
  background: #fff;
  box-shadow: 0 5px 16px rgba(0,0,0,.1);
}

.mobile-nav .offcanvas-body {
  padding: 14px 24px 28px;
}

.mobile-menu-list {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.mobile-menu-list a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(255,255,255,.7);
  font-size: 15px;
  font-weight: 800;
}

.mobile-menu-list a.active,
.mobile-menu-list a:hover {
  color: #fff;
  background: var(--green);
}

.mobile-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--mustard);
  font-size: 13px;
  font-weight: 800;
}

.mobile-social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.mobile-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--green);
  background: #fff;
}

.hero-contact {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #2d342e;
  background: rgba(255,255,255,.75);
  font-size: 12px;
}

.hero-contact .phone {
  width: auto;
  gap: 7px;
  padding: 0 13px;
  border-radius: 999px;
  font-weight: 800;
}

.hero-brand {
  position: absolute;
  top: 18%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  color: var(--green);
  text-shadow: 0 2px 16px rgba(255,255,255,.8);
}

.tree-mark {
  margin-bottom: 2px;
  font-size: 72px;
  line-height: 1;
}

.hero-brand h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 8vw, 88px);
  font-weight: 700;
  letter-spacing: 0;
}

.hero-brand p {
  margin-top: -12px;
  font-size: 15px;
  font-weight: 600;
}

.section-cream {
  position: relative;
  background:
    radial-gradient(circle at 95% 8%, rgba(128,156,84,.12), transparent 12%),
    radial-gradient(circle at 7% 92%, rgba(128,156,84,.10), transparent 15%),
    var(--cream);
}

.intro {
  padding: 56px 0 50px;
}

.section-title {
  color: var(--green);
  font-size: clamp(29px, 4vw, 48px);
  line-height: 1.2;
  font-weight: 800;
  font-size: 30px;
}

.intro h3 {
  color: var(--green);
  font-size: 25px;
  line-height: 1.08;
  font-weight: 800;
}

.intro p,
.lead-copy {
  color: #4c5745;
  font-size: 13px;
  line-height: 1.75;
}

.line {
  display: block;
  width: 100%;
  max-width: 305px;
  height: 2px;
  margin-top: 30px;
  background: #a8a090;
}

.intro-photo {
  width: min(100%, 355px);
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 13px;
  box-shadow: 0 20px 35px rgba(31,58,28,.14);
}

.feature-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(49,95,45,.22);
}

.feature-row:first-child {
  border-top: 1px solid rgba(49,95,45,.22);
}

.feature-row span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--green);
  background: #e0edcf;
  font-size: 19px;
}

.feature-row h4 {
  margin: 0 0 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.feature-row p {
  margin: 0;
  font-size: 11px;
}

.facility {
  background: var(--green);
}

.facility-slide {
  min-height: 385px;
  background-position: center;
  background-size: cover;
}

.facility .owl-nav button,
.house-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  font-size: 72px !important;
  line-height: 1 !important;
  opacity: .7;
}

.facility .owl-prev,
.house-carousel .owl-prev {
  left: 22px;
}

.facility .owl-next,
.house-carousel .owl-next {
  right: 22px;
}

.cluster {
  padding: 62px 0 72px;
  overflow: hidden;
}

.cluster .lead-copy {
  margin-top: 8px;
  max-width: 500px;
  font-weight: 500;
}

.house-carousel .owl-stage-outer {
  overflow: visible;
}

.house-card {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.house-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-house {
  box-shadow: 0 20px 34px rgba(36,63,32,.16);
}

.main-house > img {
  height: 430px;
}

.side {
  height: 470px;
  opacity: .78;
  transform: scale(.88);
}

.house-info {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 14px;
  align-items: end;
  padding: 15px 18px 20px;
  background: var(--cream);
  color: var(--green);
  text-transform: uppercase;
}

.house-info h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
}

.house-info span {
  display: inline-flex;
  margin-right: 13px;
  align-items: baseline;
  gap: 3px;
  color: #1f261e;
  font-size: 20px;
  font-weight: 800;
}

.house-info small {
  display: block;
  color: #384332;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.1;
}

.house-info strong {
  display: block;
  color: #1f261e;
  font-size: 14px;
  font-weight: 800;
}

.house-carousel .owl-dots {
  margin-top: 18px;
}

.house-carousel .owl-dot span {
  background: #222 !important;
  width: 8px !important;
  height: 8px !important;
}

.spec {
  position: relative;
  padding: 66px 0 80px;
  overflow: hidden;
}

/* Background daun blur */
.spec::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../../assets/img/daun.png") center / cover no-repeat;

  filter: blur(3px);
  transform: scale(1.1);

  z-index: 1;
}

/* Konten tetap normal */
.spec-panel {
  position: relative;
  z-index: 2;

  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 52px 66px;
  border-radius: 48px;
  color: #4c5745;
  background: rgba(250,246,238,.96);
}

.spec-panel h2 {
  margin-bottom: 26px;
  color: var(--green);
  font-size: 30px;
  font-weight: 800;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.spec-grid h5 {
  color: #55613e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.spec-grid p {
  min-height: 46px;
  margin-bottom: 16px;
  font-size: 11px;
  line-height: 1.45;
}

.spec-grid b {
  color: #3f4834;
}

.location {
  padding: 82px 0 72px;
}

.map-img {
  width: 100%;
  border: 5px solid var(--green);
  border-radius: 14px;
}

.location-copy {
  padding-top: 42px;
}

.location-copy h4 {
  margin: 30px 0 10px;
  color: var(--green);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.location-copy h4:first-child {
  margin-top: 0;
}

.location-copy p {
  color: #1f261e;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.brand-stack {
  display: grid;
  gap: 24px;
  margin: 34px 0 28px;
  color: #29241e;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  letter-spacing: 0;
}

.social-line {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #0e150e;
  font-size: 15px;
  font-weight: 700;
}

.social-line span {
  margin-left: 10px;
}

.cta {
  padding: 46px 18px 52px;
}

.cta h2 {
  color: var(--green);
  font-size: 38px;
  font-weight: 800;
}

.cta-link {
  color: inherit;
}

.cta-link:hover {
  color: inherit;
}

.cta p {
  margin: 0;
  color: var(--mustard);
  font-size: 14px;
  font-weight: 700;
}

.footer {
  padding: 62px 0 48px;
  color: #fff;
  background:
    linear-gradient(rgba(49,95,45,.94), rgba(49,95,45,.94)),
    url("") center / cover no-repeat;
  border-bottom: 13px solid var(--mustard);
}

.footer-logo i {
  font-size: 64px;
}

.footer-logo h3 {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  line-height: .8;
}

.footer-logo p {
  font-size: 13px;
  font-weight: 500;
}

.footer h5 {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 800;
}

.footer a {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
}

.bottom-search {
  padding: 14px 28px 16px;
  background: var(--cream);
}

.bottom-search form {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 1060px);
  min-height: 48px;
  margin: 0 auto;
  padding: 5px 8px 5px 20px;
  border: 2px solid #557a42;
  border-radius: 999px;
  background: #fff;
}

.bottom-search i {
  color: var(--green);
  font-size: 24px;
}

.bottom-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #273123;
  font-size: 13px;
  font-weight: 700;
}

.bottom-search button {
  min-width: 115px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #f4c62d;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .hero {
    height: 560px;
    min-height: 560px;
    background-position: center top;
  }

  .hero-contact a:not(.phone) {
    display: none;
  }

  .topbar .nav-link {
    padding: 4px 8px;
    font-size: 10px;
    white-space: nowrap;
  }

  .hero-contact .phone {
    padding: 0 8px;
    font-size: 10px;
  }

  .intro,
  .cluster,
  .location {
    padding-left: 12px;
    padding-right: 12px;
  }

  .facility-slide {
    min-height: 255px;
  }

  .main-house > img {
    height: 290px;
  }

  .side {
    height: 330px;
    transform: none;
  }

  .house-info {
    grid-template-columns: 1fr 1fr;
  }

  .spec-panel {
    padding: 36px 26px;
    border-radius: 30px;
  }

  .spec-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .hero {
    height: 520px;
    min-height: 520px;
    background-size: auto 100%;
    background-position: center top;
  }

  .topbar {
    padding-top: 10px;
  }

  .topbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .desktop-menu {
    display: none;
  }

  .hero-contact {
    justify-content: flex-end;
    width: auto;
  }

  .hero-contact .phone {
    height: 27px;
    font-size: 10px;
  }

  .hero-brand {
    top: 22%;
    width: 100%;
    padding: 0 18px;
  }

  .hero-brand h1 {
    font-size: 54px;
  }

  .intro {
    padding: 42px 0 38px;
  }

  .section-title {
    text-align: left !important;
    line-height: 1.08;
  }

  .intro h3 {
    margin-top: 4px;
    font-size: 22px;
  }

  .intro p,
  .lead-copy {
    font-size: 12px;
  }

  .intro-photo {
    width: 100%;
    max-height: 390px;
    aspect-ratio: 1 / .92;
  }

  .feature-row {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 16px 0;
  }

  .feature-row span {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .facility-slide {
    min-height: 250px;
    background-size: cover;
    background-position: center;
  }

  .facility .owl-nav button,
  .house-carousel .owl-nav button {
    font-size: 48px !important;
  }

  .facility .owl-prev,
  .house-carousel .owl-prev {
    left: 8px;
  }

  .facility .owl-next,
  .house-carousel .owl-next {
    right: 8px;
  }

  .cluster {
    padding-top: 44px;
    padding-bottom: 46px;
  }

  .cluster .lead-copy {
    margin-top: 14px;
  }

  .house-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .house-card {
    border-radius: 10px;
  }

  .side {
    display: none;
  }

  .main-house > img {
    height: auto;
    aspect-ratio: 1.45 / 1;
  }

  .house-info {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 14px;
  }

  .house-info h3 {
    font-size: 18px;
  }

  .house-info span {
    margin-right: 8px;
    font-size: 16px;
  }

  .spec {
    padding: 42px 12px;
  }

  .spec-panel {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .spec-panel h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .location {
    padding-top: 46px;
    padding-bottom: 44px;
  }

  .map-img {
    border-width: 3px;
  }

  .location-copy {
    padding-top: 0;
  }

  .location-copy h4 {
    margin-top: 24px;
    font-size: 14px;
  }

  .brand-stack {
    gap: 16px;
    margin: 24px 0;
    font-size: 25px;
  }

  .social-line {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
  }

  .social-line span {
    width: 100%;
    margin-left: 0;
  }

  .cta {
    padding: 34px 18px 38px;
  }

  .cta h2 {
    font-size: 27px;
  }

  .cta p {
    font-size: 11px;
  }

  .footer {
    padding: 42px 12px 34px;
  }

  .footer .col-4 {
    width: 100%;
  }

  .footer h5 {
    margin-bottom: 10px;
  }

  .footer a {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .bottom-search form {
    min-height: 45px;
    gap: 10px;
    padding-left: 14px;
  }

  .bottom-search i {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero {
    height: 420px;
    min-height: 420px;
    background-size: auto 100%;
  }

  .topbar .container-fluid {
    align-items: center;
  }

  .mobile-nav {
    width: min(88vw, 320px) !important;
  }

  .hero-brand {
    top: 26%;
  }

  .tree-mark {
    font-size: 48px;
  }

  .hero-brand p {
    margin-top: -8px;
  }

  .section-title {
    font-size: 28px;
  }

  .facility-slide {
    min-height: 190px;
  }

  .house-info {
    grid-template-columns: 1fr;
  }

  .spec-grid {
    grid-template-columns: 1fr;
  }

  .location-copy p {
    font-size: 14px;
  }

  .footer-logo h3 {
    font-size: 44px;
  }

  .bottom-search {
    padding: 12px;
  }

  .bottom-search button {
    min-width: 82px;
  }
}

@media (max-width: 420px) {
  .hero {
    height: 390px;
    min-height: 390px;
  }

  .hero-brand {
    top: 25%;
  }

  .tree-mark {
    font-size: 40px;
  }

  .hero-brand h1 {
    font-size: 46px;
  }

  .hero-brand p {
    font-size: 12px;
  }

  .section-title {
    font-size: 24px;
  }

  .intro h3 {
    font-size: 19px;
  }

  .facility-slide {
    min-height: 165px;
  }

  .main-house > img {
    aspect-ratio: 1.22 / 1;
  }

  .house-info {
    grid-template-columns: 1fr;
  }

  .spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bottom-search input {
    font-size: 11px;
  }

  .bottom-search button {
    min-width: 72px;
    font-size: 10px;
  }
}

/* About page */
.about-page {
  background: #fff;
}

.about-header {
  position: relative;
  z-index: 5;
  background: var(--green);
}

.about-topbar {
  min-height: 96px;
  padding: 0;
}

.about-topbar .container-fluid {
  position: relative;
  min-height: 96px;
  align-items: center;
}

.about-topbar .nav-link {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 16px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font-size: 15px;
  font-weight: 800;
}

.about-topbar .nav-link.active {
  color: var(--green);
  background: #fff;
}

.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  transform: translate(-50%, -50%);
}

.header-logo:hover {
  color: #fff;
}

.header-logo i {
  font-size: 58px;
  line-height: 1;
}

.header-logo strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  line-height: .82;
}

.header-logo small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
}

.about-topbar .hero-contact a {
  color: var(--green);
  background: #fff;
}

.about-topbar .hero-contact .phone {
  height: 39px;
  padding: 0 18px;
  font-size: 14px;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 470px;
  overflow: hidden;
  background: #fff;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 620px;
  padding: 52px 0 52px 8%;
}

.about-hero-copy::after {
  position: absolute;
  top: -45px;
  right: -260px;
  bottom: -45px;
  width: 280px;
  content: "";
  background: linear-gradient(90deg, #fff, rgba(255,255,255,.92) 38%, rgba(255,255,255,0));
}

.about-hero-copy span {
  display: block;
  color: #78974f;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.about-hero-copy h1 {
  margin: 4px 0 34px;
  color: #1e5a38;
  font-size: 80px;
  font-weight: 800;
  line-height: .9;
  text-transform: uppercase;
}

.about-hero-copy p {
  margin: 0 0 30px;
  color: #6c6d70;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.about-hero-copy p:last-child {
  margin-bottom: 0;
}

.about-hero-image {
  min-height: 470px;
  background: url("../../assets/img/about-hero.jpg") center / cover no-repeat;
}

.about-pill-wrap {
  padding: 56px 4% 78px;
  background: #fff;
}

.about-pill {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 36px 48px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
}

.about-pill article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
}

.about-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #78974f;
  background: #fff;
  font-size: 30px;
}

.about-pill h3 {
  margin: 0 0 3px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.about-pill p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.18;
}

.values-section {
  padding: 0 4% 88px;
  background: #fff;
}

.values-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34%;
  gap: 38px;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 58px 46px 52px 62px;
  overflow: hidden;
  border-radius: 54px;
  color: #fff;
  background:
    linear-gradient(rgba(49,95,45,.95), rgba(49,95,45,.95)),
    url("../assets/facility-map.jpg") center / cover no-repeat;
}

.values-copy > span {
  display: block;
  margin-bottom: 12px;
  color: var(--mustard);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.values-copy h2 {
  margin: 0 0 36px;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.02;
}

.values-copy > p {
  max-width: 750px;
  margin: 0 0 58px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.28;
}

.values-card img {
  align-self: center;
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 92px 32px 32px 92px;
}

.values-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 850px;
  text-align: center;
}

.values-list i {
  color: var(--mustard);
  font-size: 46px;
  line-height: 1;
}

.values-list h4 {
  margin: 14px 0 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.values-list p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.about-cta {
  padding: 0 18px 66px;
  background: #fff;
}

.about-cta h2 {
  font-size: clamp(38px, 5vw, 58px);
}

@media (max-width: 1199px) {
  .about-topbar .nav-link {
    padding: 5px 12px;
    font-size: 13px;
  }

  .header-logo i {
    font-size: 48px;
  }

  .header-logo strong {
    font-size: 36px;
  }

  .about-pill {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 44px;
  }

  .values-card {
    grid-template-columns: 1fr;
  }

  .values-card img {
    width: min(100%, 520px);
    height: 350px;
    border-radius: 36px;
  }
}

@media (max-width: 991px) {
  .about-topbar,
  .about-topbar .container-fluid {
    min-height: 76px;
  }

  .about-topbar .hero-contact a:not(.phone) {
    display: none;
  }

  .about-topbar .hero-contact .phone {
    height: 32px;
    padding: 0 11px;
    font-size: 11px;
  }

  .header-logo {
    gap: 8px;
  }

  .header-logo i {
    font-size: 38px;
  }

  .header-logo strong {
    font-size: 30px;
  }

  .about-hero {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    max-width: none;
    padding: 46px 24px 34px;
  }

  .about-hero-copy::after {
    display: none;
  }

  .about-hero-copy p {
    margin-bottom: 26px;
    font-size: 17px;
  }

  .about-hero-image {
    min-height: 330px;
  }

  .about-pill-wrap {
    padding: 34px 18px 48px;
  }

  .values-section {
    padding: 0 18px 52px;
  }
}

@media (max-width: 767px) {
  .about-topbar .desktop-menu {
    display: none;
  }

  .about-topbar .menu-toggle {
    display: inline-flex;
  }

  .about-topbar .container-fluid {
    justify-content: space-between;
  }

  .header-logo i {
    font-size: 32px;
  }

  .header-logo strong {
    font-size: 26px;
  }

  .header-logo small {
    font-size: 8px;
  }

  .about-hero-copy span {
    font-size: 20px;
  }

  .about-hero-copy h1 {
    margin-bottom: 22px;
    font-size: 50px;
  }

  .about-hero-copy p {
    font-size: 15px;
  }

  .about-hero-image {
    min-height: 250px;
  }

  .about-pill {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
    border-radius: 34px;
  }

  .about-pill article {
    grid-template-columns: 54px 1fr;
  }

  .about-pill span {
    width: 50px;
    height: 50px;
    font-size: 23px;
  }

  .about-pill h3 {
    font-size: 18px;
  }

  .values-card {
    padding: 32px 22px;
    border-radius: 32px;
  }

  .values-copy > span {
    font-size: 15px;
    letter-spacing: 4px;
  }

  .values-copy h2 {
    margin-bottom: 22px;
    font-size: 31px;
  }

  .values-copy > p {
    margin-bottom: 34px;
    font-size: 17px;
  }

  .values-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 18px;
  }

  .values-card img {
    height: 250px;
  }

  .about-cta {
    padding-bottom: 42px;
  }
}

@media (max-width: 480px) {
  .about-topbar .hero-contact {
    display: none;
  }

  .header-logo {
    left: auto;
    right: 16px;
    transform: translateY(-50%);
  }

  .about-hero-copy {
    padding: 38px 18px 28px;
  }

  .about-hero-copy h1 {
    font-size: 43px;
  }

  .about-hero-copy p {
    font-size: 14px;
  }

  .values-list {
    grid-template-columns: 1fr;
  }

  .values-card img {
    height: 210px;
  }
}

/* Product page */
.product-page {
  background: #fff;
}

.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: 53% 47%;
  width: min(100% - 9%, 1440px);
  min-height: 250px;
  margin: 44px auto 78px;
  overflow: hidden;
  border: 2px solid #78974f;
  border-radius: 60px;
  background: #fff;
}

.product-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 32px 0 32px 48px;
}

.product-hero-copy::after {
  position: absolute;
  top: -40px;
  right: -340px;
  bottom: -40px;
  width: 330px;
  content: "";
  background: linear-gradient(90deg, #fff, rgba(255,255,255,.9) 40%, rgba(255,255,255,0));
}

.product-hero-copy span {
  display: block;
  color: #78974f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.product-hero-copy h1 {
  margin: 6px 0 0;
  color: var(--green);
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}

.product-hero-copy strong {
  display: block;
  color: var(--green);
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.product-hero-copy p {
  max-width: 610px;
  margin: 12px 0 0;
  color: #577146;
  font-size: 14px;
  font-weight: 500;
}

.product-hero-image {
  min-height: 250px;
  background: url("../../assets/img/product-banner.jpg") center / cover no-repeat;
}

.product-list {
  width: min(100% - 9%, 1440px);
  margin: 0 auto;
}

.product-row {
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  gap: 70px;
  align-items: center;
  padding: 0 8px 70px;
  margin-bottom: 70px;
  border-bottom: 4px solid #1f1f1f;
}

.product-row.image-right {
  grid-template-columns: .95fr 1.25fr;
}

.product-row:last-of-type {
  margin-bottom: 42px;
  border-bottom: 0;
}

.product-house-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
  border-radius: 14px;
}

.product-meta {
  display: grid;
  grid-template-columns: 1.65fr .8fr .9fr .8fr;
  gap: 16px;
  align-items: end;
  padding-top: 12px;
  color: var(--green);
  text-transform: uppercase;
}

.product-title h2 {
  margin: 0 0 4px;
  color: var(--green);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.mini-specs {
  display: flex;
  gap: 15px;
  color: #1e1e1e;
}

.mini-specs span {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-size: 18px;
  font-weight: 800;
}

.mini-specs small,
.product-meta small {
  display: block;
  color: #222;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.product-meta > div:not(.product-title) {
  padding-left: 14px;
  border-left: 2px solid var(--green);
}

.product-meta b {
  display: block;
  color: #1d2b1c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}

.plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 62px;
  align-items: end;
}

.plans figure {
  margin: 0;
  text-align: center;
}

.plans img {
  display: block;
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.16));
}

.plans figcaption {
  margin-top: 14px;
  color: #777;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 0 56px;
  color: #6d6d6d;
  font-size: 13px;
}

.product-pagination a {
  color: #6d6d6d;
  font-weight: 500;
}

.product-pagination a.active,
.product-pagination a:hover {
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 1199px) {
  .product-row,
  .product-row.image-right {
    gap: 36px;
  }

  .plans {
    gap: 28px;
  }

  .product-meta {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .product-hero {
    grid-template-columns: 1fr;
    margin: 32px auto 48px;
    border-radius: 34px;
  }

  .product-hero-copy {
    padding: 32px 28px 20px;
  }

  .product-hero-copy::after {
    display: none;
  }

  .product-hero-image {
    min-height: 220px;
  }

  .product-row,
  .product-row.image-right {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 0 0 48px;
    margin-bottom: 48px;
    border-bottom-width: 2px;
  }

  .product-row.image-right .plans {
    order: 2;
  }

  .product-row.image-right .product-house-card {
    order: 1;
  }

  .plans {
    width: min(100%, 620px);
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .product-hero,
  .product-list {
    width: min(100% - 32px, 1440px);
  }

  .product-hero {
    min-height: 0;
    margin-top: 24px;
    border-radius: 26px;
  }

  .product-hero-copy {
    padding: 26px 22px 18px;
  }

  .product-hero-copy span {
    font-size: 20px;
  }

  .product-hero-copy h1 {
    font-size: 36px;
  }

  .product-hero-copy strong {
    font-size: 31px;
  }

  .product-hero-copy p {
    font-size: 12px;
  }

  .product-hero-image {
    min-height: 170px;
  }

  .product-house-card > img {
    border-radius: 10px;
  }

  .product-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-meta > div:not(.product-title) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 34px;
    padding: 7px 0;
    border-left: 0;
    border-top: 1px solid rgba(49,95,45,.28);
  }

  .plans {
    gap: 18px;
  }

  .plans img {
    max-height: 300px;
  }

  .plans figcaption {
    margin-top: 8px;
    font-size: 12px;
  }

  .product-pagination {
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 42px;
  }
}

@media (max-width: 480px) {
  .product-hero-copy h1 {
    font-size: 31px;
  }

  .product-hero-copy strong {
    font-size: 26px;
  }

  .product-title h2 {
    font-size: 20px;
  }

  .mini-specs {
    flex-wrap: wrap;
    gap: 10px;
  }

  .plans {
    grid-template-columns: repeat(2, 1fr);
  }

  .plans img {
    max-height: 360px;
  }
}

/* Articles page */
.articles-page {
  background: #fff;
}

.articles-hero {
  position: relative;
  display: grid;
  grid-template-columns: 54% 46%;
  width: min(100% - 9%, 1440px);
  min-height: 260px;
  margin: 54px auto 58px;
  overflow: hidden;
  border: 2px solid #78974f;
  border-radius: 60px;
  background: #fff;
}

.articles-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 34px 0 34px 48px;
}

.articles-hero-copy::after {
  position: absolute;
  top: -45px;
  right: -310px;
  bottom: -45px;
  width: 370px;
  content: "";
  background: linear-gradient(90deg, #fff, rgba(255,255,255,.92) 40%, rgba(255,255,255,0));
}

.articles-hero-copy span {
  display: block;
  margin-bottom: 10px;
  color: #78974f;
  font-size: 20px;
  font-weight: 700;
}

.articles-hero-copy h1 {
  margin: 0;
  color: var(--green);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.articles-hero-copy p {
  max-width: 560px;
  margin: 14px 0 0;
  color: #577146;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.articles-hero-image {
  min-height: 260px;
  background: url("../../assets/img/articles-banner.jpg") center / cover no-repeat;
}

.articles-list {
  width: min(100% - 12%, 1260px);
  margin: 0 auto;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 56px;
  margin-bottom: 58px;
}

.article-card {
  overflow: hidden;
  border: 4px solid var(--green);
  border-radius: 34px;
  background: #d8ded6;
}

.article-image {
  position: relative;
  overflow: hidden;
}

.article-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.33 / 1;
  object-fit: cover;
}

.article-image span {
  position: absolute;
  top: 20px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--green);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.article-body {
  padding: 18px 22px 20px;
  color: var(--green);
}

.article-meta {
  margin: 0 0 8px;
  color: #78974f;
  font-size: 12px;
  font-weight: 700;
}

.article-body h2 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.08;
}

.article-body p:not(.article-meta) {
  margin: 0 0 12px;
  color: #335033;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.18;
}

.article-body a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--green);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.article-body a i {
  font-size: 10px;
}

.articles-pagination {
  margin-bottom: 58px;
}

@media (max-width: 1199px) {
  .articles-grid {
    gap: 34px;
  }
}

@media (max-width: 991px) {
  .articles-hero {
    grid-template-columns: 1fr;
    margin: 32px auto 44px;
    border-radius: 34px;
  }

  .articles-hero-copy {
    padding: 32px 28px 20px;
  }

  .articles-hero-copy::after {
    display: none;
  }

  .articles-hero-image {
    min-height: 220px;
  }

  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .articles-hero,
  .articles-list {
    width: min(100% - 32px, 1260px);
  }

  .articles-hero {
    min-height: 0;
    margin-top: 24px;
    border-radius: 26px;
  }

  .articles-hero-copy {
    padding: 26px 22px 18px;
  }

  .articles-hero-copy span {
    font-size: 16px;
  }

  .articles-hero-copy h1 {
    font-size: 30px;
  }

  .articles-hero-copy p {
    font-size: 13px;
  }

  .articles-hero-image {
    min-height: 170px;
  }

  .articles-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100%, 390px);
    margin-left: auto;
    margin-right: auto;
  }

  .article-card {
    border-width: 3px;
    border-radius: 28px;
  }

  .article-body h2 {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .articles-hero-copy h1 {
    font-size: 20px;
  }

  .article-body {
    padding: 16px 18px 18px;
  }
}

/* Article detail page */
.article-detail-page {
  background: #fff;
}

.article-detail {
  width: min(100% - 9%, 1440px);
  margin: 54px auto 74px;
}

.article-detail h1 {
  max-width: 1040px;
  margin: 0 auto 74px;
  color: var(--green);
  font-size: clamp(38px, 4.5vw, 60px);
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
}

.article-lead {
  margin: 0 0 34px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.article-main-image {
  display: block;
  width: 100%;
  margin-bottom: 38px;
}

.article-content {
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.article-content h2 {
  margin: 24px 0 3px;
  color: #151515;
  font-size: 17px;
  font-weight: 800;
}

.article-content p {
  margin: 0 0 9px;
  text-align: justify;
}

.article-invest-card {
  margin: 46px 0 42px;
  padding: 56px 24px 54px;
  border-radius: 28px;
  text-align: center;
  background: #e3dddd;
}

.article-invest-card h2 {
  margin: 0 0 18px;
  color: #171717;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 400;
}

.article-invest-card p {
  margin: 0 0 24px;
  color: #171717;
  font-size: 18px;
  font-weight: 400;
}

.article-invest-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 21px;
  font-weight: 500;
}

.article-closing {
  margin-top: 0;
}

@media (max-width: 991px) {
  .article-detail {
    margin-top: 42px;
  }

  .article-detail h1 {
    margin-bottom: 42px;
  }

  .article-content {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .article-detail {
    width: min(100% - 32px, 1440px);
    margin-top: 34px;
    margin-bottom: 48px;
  }

  .article-detail h1 {
    margin-bottom: 28px;
    font-size: 30px;
  }

  .article-lead {
    font-size: 13px;
  }

  .article-main-image {
    margin-bottom: 26px;
  }

  .article-content p {
    text-align: left;
  }

  .article-invest-card {
    margin: 34px 0 30px;
    padding: 34px 18px;
    border-radius: 20px;
  }

  .article-invest-card h2 {
    font-size: 26px;
  }

  .article-invest-card p {
    font-size: 14px;
  }

  .article-invest-card a {
    min-width: 190px;
    min-height: 42px;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .article-detail h1 {
    font-size: 25px;
  }

  .article-content h2 {
    font-size: 15px;
  }
}

/* Contact page */
.contact-page {
  background: #fff;
}

.brochure-section {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 88px;
  align-items: center;
  width: min(100% - 10%, 1440px);
  margin: 92px auto 92px;
}

.brochure-copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--mustard);
  font-size: 28px;
  font-weight: 800;
}

.brochure-copy h1 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.08;
}

.brochure-copy > p {
  max-width: 860px;
  margin: 0 0 20px;
  color: #151515;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.36;
}

.brochure-copy ul {
  display: grid;
  gap: 20px;
  margin: 0 0 28px;
  padding-left: 16px;
  color: var(--green);
  font-size: 16px;
  font-weight: 800;
}

.brochure-copy li::marker {
  color: var(--green);
}

.brochure-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}

.brochure-stats strong {
  display: block;
  color: var(--mustard);
  font-size: 47px;
  font-weight: 800;
  line-height: 1;
}

.brochure-stats small {
  display: block;
  margin-top: 4px;
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 800;
}

.brochure-form {
  padding: 42px 44px 38px;
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(rgba(49,95,45,.92), rgba(49,95,45,.92)),
    url("../assets/facility-map.jpg") center / cover no-repeat;
}

.form-logo {
  display: grid;
  justify-items: center;
  margin-bottom: 10px;
}

.form-logo i {
  font-size: 54px;
}

.form-logo strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 37px;
  line-height: .85;
}

.form-logo small {
  font-size: 9px;
  font-weight: 600;
}

.brochure-form h2 {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

.brochure-form > p {
  margin: 0 0 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.brochure-form label {
  display: block;
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 800;
}

.brochure-form input {
  width: 100%;
  height: 40px;
  margin-top: 6px;
  padding: 0 16px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 7px;
  outline: 0;
  color: #fff;
  background: rgba(255,255,255,.05);
  font-size: 12px;
}

.brochure-form input::placeholder {
  color: rgba(255,255,255,.58);
}

.phone-fields {
  display: grid;
  grid-template-columns: .9fr 1.5fr;
  gap: 10px;
  margin-bottom: 22px;
}

.phone-fields input {
  margin-top: 0;
}

.brochure-form button {
  width: 100%;
  height: 43px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 7px;
  color: #fff;
  background: rgba(255,255,255,.04);
  font-size: 14px;
  font-weight: 800;
}

.privacy-note {
  display: block;
  margin-top: 18px;
  text-align: center;
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 500;
}

.faq-section {
  width: min(100% - 12%, 1120px);
  margin: 0 auto 86px;
  text-align: center;
}

.faq-badge {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  margin-bottom: 36px;
  padding: 0 26px;
  border: 2px solid var(--green);
  border-radius: 18px;
  color: var(--green);
  background: #fff;
  font-size: 22px;
  font-weight: 800;
}

.faq-section h2 {
  margin: 0 0 6px;
  color: var(--green);
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 800;
}

.faq-section > p {
  margin: 0 0 48px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 20px;
  text-align: left;
}

.faq-list details {
  overflow: hidden;
  border-radius: 12px;
  background: #cdd7c5;
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 0 68px 0 26px;
  color: #1d1d1d;
  background: #f0eff0;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 28px;
  width: 18px;
  height: 18px;
  content: "";
  border-right: 4px solid #111;
  border-bottom: 4px solid #111;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(225deg);
}

.faq-list details[open] summary {
  border-radius: 12px 12px 0 0;
}

.faq-list details:not([open]) summary {
  background: #cdd7c5;
}

.faq-list details p {
  margin: 0;
  padding: 20px 30px 26px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .brochure-section {
    grid-template-columns: 1fr;
    gap: 42px;
    margin: 56px auto 64px;
  }

  .brochure-form {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .faq-section {
    margin-bottom: 56px;
  }
}

@media (max-width: 767px) {
  .brochure-section,
  .faq-section {
    width: min(100% - 32px, 1120px);
  }

  .brochure-copy > span {
    font-size: 20px;
  }

  .brochure-copy h1 {
    font-size: 38px;
  }

  .brochure-copy > p {
    font-size: 15px;
  }

  .brochure-copy ul {
    gap: 13px;
    font-size: 14px;
  }

  .brochure-stats {
    gap: 28px;
  }

  .brochure-stats strong {
    font-size: 36px;
  }

  .brochure-stats small {
    font-size: 13px;
  }

  .brochure-form {
    padding: 30px 22px;
  }

  .faq-badge {
    min-height: 44px;
    margin-bottom: 26px;
    font-size: 17px;
  }

  .faq-section h2 {
    font-size: 31px;
  }

  .faq-section > p {
    margin-bottom: 30px;
    font-size: 13px;
  }

  .faq-list summary {
    min-height: 62px;
    padding: 0 52px 0 18px;
    font-size: 14px;
  }

  .faq-list summary::after {
    right: 22px;
    width: 14px;
    height: 14px;
  }

  .faq-list details p {
    padding: 16px 18px 20px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .brochure-copy h1 {
    font-size: 32px;
  }

  .phone-fields {
    grid-template-columns: 1fr;
  }
}
