:root {
  --sand: #e9dfbb;
  --paper: #fbf5ed;
  --brown: #4a3828;
  --brown-2: #7a4d22;
  --gold: #9a744c;
  --line: #a79e93;
  --red: #f01408;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: #3e362f;
  background: var(--sand);
  font-family: Arial, Helvetica, sans-serif;
}

a { color: inherit; }

.site-shell {
  width: min(1580px, calc(100% - 48px));
  margin: 44px auto 70px;
}

.contact-strip {
  display: flex;
  min-height: 74px;
  align-items: end;
  justify-content: flex-end;
  padding: 0 0 14px;
  color: #715f50;
  text-align: right;
}

.contact-strip strong {
  display: block;
  color: #40372f;
  font-size: 30px;
  line-height: 1;
}

.contact-strip span {
  display: block;
  margin-top: 12px;
  font-size: 18px;
}

.site-header {
  display: grid;
  grid-template-columns: 550px 1fr;
  min-height: 74px;
  color: white;
  background: linear-gradient(#84592d, #4d3118);
}

.brand {
  display: flex;
  align-items: center;
  padding: 0 44px;
  background: linear-gradient(135deg, #806b55, #3b3025);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav { display: flex; align-items: stretch; justify-content: flex-end; }
.nav a {
  display: flex;
  align-items: center;
  padding: 0 27px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav a:hover, .nav a.active { background: rgba(48, 26, 8, .58); }

.menu-button {
  display: none;
  border: 0;
  color: white;
  background: transparent;
  font-size: 32px;
  cursor: pointer;
}

.content { background: var(--paper); }

.hero {
  aspect-ratio: 965 / 429;
  border: 20px solid var(--paper);
  background: var(--paper) url('assets/home/kitchen-showroom.jpg') center / cover no-repeat;
  overflow: hidden;
}

.promotions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 26px 28px 20px;
  border: 1px solid #aab7bd;
  border-radius: 8px;
  background: #fff;
}

.promo { text-align: center; }
.promo-card {
  min-height: 295px;
  padding: 60px 25px 35px;
  border-radius: 26px;
  background: #fffca0;
}
.promo:nth-child(2) .promo-card { background: #ffd1a4; }
.promo-card h2 { margin: 0; color: #8f0904; font-size: clamp(38px, 4vw, 70px); }
.promo-card .price { margin: 30px 0 0; color: var(--red); font-size: clamp(52px, 6vw, 95px); }
.promo-card small { color: #ff9577; font-size: 36px; }

.button {
  display: inline-block;
  min-width: 148px;
  margin-top: 62px;
  padding: 16px 24px;
  border: 0;
  border-radius: 4px;
  color: white;
  background: linear-gradient(#a7753c, #4a2a10);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.home-lower {
  padding: 58px 7%;
}

.about-box {
  max-width: 1250px;
  margin: 0 auto;
  padding: 45px 56px 50px;
  border: 1px solid #886e58;
  border-top: 7px solid #76502e;
  color: #453c34;
  background: rgba(255, 255, 255, .34);
  font-size: 21px;
  line-height: 1.55;
  box-shadow: 0 10px 30px rgba(73, 49, 28, .08);
}
.about-box h2 {
  margin: 0 0 30px;
  color: #2f251d;
  font: 700 46px/1.1 Georgia, 'Times New Roman', serif;
  letter-spacing: 2px;
  text-align: center;
}
.about-box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 54px;
  margin: 0;
  padding-left: 28px;
}
.about-box li { padding-left: 6px; }
.about-box li::marker { color: #8b5b2e; }

.page-panel { min-height: 1040px; padding: 62px 64px; }
.page-title {
  margin: 0;
  padding: 0 20px 20px;
  border-bottom: 4px solid var(--line);
  color: #000;
  font-size: 31px;
  text-align: center;
  text-transform: uppercase;
}

.countertop-page { min-height: 1040px; }
.countertop-heading { text-align: center; }
.countertop-heading p { margin: 0 0 10px; color: #8b6440; font-size: 17px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; }
.countertop-heading h1 { margin: 0; color: #32271e; font: 700 clamp(38px, 4.5vw, 64px)/1.1 Georgia, serif; }
.countertop-heading > span { display: block; margin-top: 16px; color: #7c7066; font-size: 18px; }

.countertop-filters { display: flex; justify-content: center; gap: 12px; margin: 46px 0 42px; }
.countertop-filter {
  padding: 14px 20px;
  border: 1px solid #8c6b4c;
  border-radius: 3px;
  color: #604222;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.countertop-filter span { margin-left: 7px; opacity: .65; }
.countertop-filter:hover, .countertop-filter.active { color: #fff; background: linear-gradient(#906235, #4d3018); }

.countertop-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 24px; }
.countertop-card {
  overflow: hidden;
  border: 1px solid #d9cfc4;
  background: #fff;
  box-shadow: 0 6px 20px rgba(63, 43, 25, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.countertop-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(63, 43, 25, .16); }
.countertop-card[hidden] { display: none; }
.countertop-photo { height: 245px; overflow: hidden; background: #eeeae5; }
.countertop-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.countertop-card-body { display: flex; min-height: 154px; flex-direction: column; padding: 20px; }
.countertop-card-body > span { color: #96724e; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.countertop-card h2 { margin: 10px 0 20px; color: #302820; font-size: 19px; line-height: 1.3; }
.countertop-card a { margin-top: auto; color: #704a26; font-size: 14px; font-weight: 700; text-decoration: none; }
.countertop-card a:hover { text-decoration: underline; }
.countertop-empty { padding: 80px 20px; text-align: center; }

.cabinet-heading { text-align: center; text-transform: uppercase; }
.cabinet-heading p { margin: 0 0 18px; font-size: 58px; }
.cabinet-heading strong { display: block; color: #000; font-size: 57px; letter-spacing: 2px; }
.cabinet-heading em { display: block; margin-top: 14px; color: var(--red); font-size: 68px; font-style: normal; font-weight: 700; }
.cabinet-page { min-height: 1040px; }

.cabinet-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 36px;
  margin-top: 54px;
  padding-top: 52px;
  border-top: 4px solid var(--line);
}

.cabinet-card {
  overflow: hidden;
  border: 1px solid #d7ccbf;
  background: #fff;
  box-shadow: 0 8px 24px rgba(64, 45, 28, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cabinet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(64, 45, 28, .15);
}

.cabinet-photo {
  height: 410px;
  overflow: hidden;
  background: #eee9e2;
}

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

.cabinet-card h2 { margin: 24px 24px 6px; color: #2f271f; font-size: 27px; }
.cabinet-card p { margin: 0 24px 20px; color: #877564; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; }
.cabinet-card a {
  display: flex;
  justify-content: space-between;
  padding: 18px 24px;
  border-top: 1px solid #e8e0d8;
  color: #69451f;
  font-weight: 700;
  text-decoration: none;
}
.cabinet-card a:hover { background: #f7f0e8; }

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  min-height: 1050px;
  padding: 28px 46px 70px;
}
.location-grid h1 { margin: 0 0 75px; font-size: 40px; }
.map-embed { height: 430px; overflow: hidden; border: 1px solid #7f756a; background: #e8e4de; }
.map-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.map-address {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 19px;
  color: #fff;
  background: #59412d;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.map-address:hover { background: #704b2b; }
.map-address span { white-space: nowrap; }
.hours { padding: 28px; font-size: 48px; font-weight: 700; line-height: 1.45; }
.hours h2 { margin: 0 0 10px; font-size: 48px; }
.hours .phone { color: #e10b04; font-size: 37px; }

.contact-form label { display: block; margin: 0 0 12px; font-size: 18px; }
.contact-form .required { color: #dd1d14; }
.contact-form input, .contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 10px;
  border: 1px solid #82786b;
  background: transparent;
  font: inherit;
}
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form .button { margin-top: 30px; }
.form-status { min-height: 24px; margin-top: 14px; color: #4f6c3d; }
.form-status.error { color: #a51b15; }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.contact-form .button:disabled { cursor: wait; opacity: .65; }

.site-footer {
  display: flex;
  justify-content: flex-end;
  gap: 38px;
  margin-top: 32px;
  padding: 28px 36px;
  color: #a98b6d;
  background: #43372c;
  font-size: 17px;
}

@media (max-width: 1050px) {
  .site-shell { width: min(94%, 850px); margin-top: 20px; }
  .site-header { grid-template-columns: 1fr auto; }
  .brand { min-height: 72px; padding: 0 24px; font-size: 18px; }
  .menu-button { display: block; padding: 0 22px; }
  .nav { display: none; grid-column: 1 / -1; flex-direction: column; }
  .nav.open { display: flex; }
  .nav a { justify-content: center; min-height: 56px; }
  .hero { border-width: 14px; }
  .promotions, .location-grid { grid-template-columns: 1fr; }
  .about-box ul { grid-template-columns: 1fr; }
  .countertop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-panel { min-height: 900px; }
  .cabinet-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .site-shell { width: 100%; margin: 0; }
  .contact-strip { display: none; }
  .brand { font-size: 14px; }
  .hero { border-width: 10px; }
  .promotions { grid-template-columns: 1fr; gap: 24px; padding: 16px; }
  .promo-card { min-height: 210px; padding-top: 40px; }
  .button { margin-top: 25px; }
  .home-lower { padding: 28px 14px; }
  .about-box { padding: 30px 22px 34px; font-size: 17px; }
  .about-box h2 { margin-bottom: 22px; font-size: 32px; }
  .about-box ul { gap: 16px; padding-left: 22px; }
  .page-panel { min-height: 800px; padding: 42px 18px; }
  .page-title { font-size: 23px; }
  .countertop-filters { align-items: stretch; flex-direction: column; margin: 30px 0; }
  .countertop-grid { grid-template-columns: 1fr; gap: 24px; }
  .countertop-photo { height: 280px; }
  .cabinet-heading p, .cabinet-heading strong { font-size: 34px; }
  .cabinet-heading em { font-size: 39px; }
  .cabinet-products { grid-template-columns: 1fr; gap: 24px; margin-top: 30px; padding-top: 30px; }
  .cabinet-photo { height: 430px; }
  .location-grid { padding: 25px 18px 50px; }
  .location-grid h1 { margin-bottom: 30px; }
  .map-embed { height: 300px; }
  .map-address { align-items: flex-start; flex-direction: column; gap: 7px; }
  .hours, .hours h2 { font-size: 34px; }
  .site-footer { flex-direction: column; align-items: center; gap: 10px; text-align: center; }
}
