:root {
  --navy: #082a4f;
  --navy2: #0d3d6e;
  --gold: #f5bd32;
  --cream: #f8f5ef;
  --ink: #142334;
  --muted: #5c6876;
  --white: #fff;
  --line: #dbe1e7;
  --shadow: 0 18px 50px rgba(8, 42, 79, 0.13);
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.emergency-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  margin: 4px 0 22px;
  padding: 10px 14px;
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  background: rgba(8, 42, 79, 0.82);
  color: var(--white);
  line-height: 1.35;
}

.emergency-badge strong {
  font-size: 17px;
}

.emergency-badge span {
  font-size: 14px;
}

.form-status {
  min-height: 1.6em;
  margin: 12px 0 0;
  font-weight: 700;
}

.form-status.success {
  color: #176b3a;
}

.form-status.error {
  color: #a52a2a;
}

#estimate-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.renovation-card {
  grid-column: span 2;
  background: linear-gradient(135deg, #fff8e4, #fff);
  border-color: #efd994;
}

.renovation-section {
  background: var(--cream);
}

.renovation-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.renovation-grid h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0 0 18px;
  color: var(--navy);
}

.renovation-visual {
  min-height: 430px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--navy), #176099);
  padding: 34px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.plan-window {
  width: 100%;
  max-width: 470px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.plan-top {
  height: 35px;
  background: #e9eef3;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
}

.plan-top i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #93a3b2;
}

.room-sketch {
  height: 270px;
  position: relative;
  background: linear-gradient(145deg, #f7f2e9 0 52%, #d8c5a3 53%);
  overflow: hidden;
}

.wall {
  position: absolute;
  background: #d9e2e8;
}

.wall-a {
  width: 62%;
  height: 14px;
  left: 5%;
  top: 27%;
  transform: skewY(-22deg);
}

.wall-b {
  width: 55%;
  height: 14px;
  right: -2%;
  top: 31%;
  transform: skewY(20deg);
}

.cabinet {
  position: absolute;
  background: var(--navy);
  border-top: 7px solid var(--gold);
}

.cabinet-a {
  width: 32%;
  height: 73px;
  left: 13%;
  bottom: 27%;
}

.cabinet-b {
  width: 27%;
  height: 65px;
  right: 10%;
  bottom: 25%;
}

.island {
  position: absolute;
  width: 39%;
  height: 69px;
  left: 33%;
  bottom: 8%;
  background: #fff;
  border: 6px solid #a9753b;
  transform: skewY(-5deg);
}

.plan-window > p {
  margin: 0;
  padding: 12px 17px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--navy);
}

.renovation-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.renovation-list li {
  position: relative;
  padding: 8px 0 8px 30px;
}

.renovation-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a66b00;
  font-weight: 900;
}

.dark-button {
  background: var(--navy);
  color: #fff;
}

.dark-button:hover {
  background: var(--navy2);
}

.concept-note {
  font-size: 13px;
  color: var(--muted);
  margin: 18px 0 0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  background: #fff;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
  background: #fff;
  padding: 10px;
  z-index: 100;
}
.site-header {
  height: 78px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 2px 18px rgba(8, 42, 79, 0.08);
}
.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--navy);
  line-height: 1.05;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--gold);
  display: grid;
  place-items: center;
  font-size: 29px;
  font-weight: 900;
}
.brand strong {
  display: block;
  font-size: 19px;
}
.brand small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-header nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
.site-header nav a:hover {
  color: var(--navy2);
}
.nav-call {
  background: var(--navy);
  color: #fff !important;
  padding: 11px 17px;
  border-radius: 8px;
}
.hero {
  min-height: 660px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 27, 53, 0.96) 0%,
    rgba(4, 27, 53, 0.87) 37%,
    rgba(4, 27, 53, 0.18) 68%,
    rgba(4, 27, 53, 0.05) 100%
  );
}
.hero-content {
  position: relative;
  color: #fff;
  padding: 80px 0;
  z-index: 2;
}
.hero-content > * {
  max-width: 650px;
}
.eyebrow {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 800;
  color: var(--gold);
}
.eyebrow.dark {
  color: #a66b00;
}
.hero h1 {
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.99;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
}
.hero h1 span {
  color: var(--gold);
}
.hero-copy {
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 30px;
}
.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
}
.button.primary {
  background: var(--gold);
  color: var(--navy);
}
.button.primary:hover {
  background: #ffd05c;
}
.button.secondary {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.button.secondary:hover {
  background: #fff;
  color: var(--navy);
}
.micro {
  font-size: 14px;
  margin-top: 22px !important;
  opacity: 0.92;
}
.trust-strip {
  background: var(--gold);
  color: var(--navy);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 23px 0;
}
.trust-grid div {
  padding: 0 28px;
  border-right: 1px solid rgba(8, 42, 79, 0.25);
}
.trust-grid div:first-child {
  padding-left: 0;
}
.trust-grid div:last-child {
  border: 0;
}
.trust-grid strong,
.trust-grid span {
  display: block;
}
.trust-grid strong {
  font-size: 18px;
}
.trust-grid span {
  font-size: 14px;
}
.section {
  padding: 92px 0;
}
.section-heading {
  max-width: 730px;
  margin-bottom: 40px;
}
.section-heading h2,
.about-grid h2,
.area-grid h2,
.contact-grid h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0 0 18px;
  color: var(--navy);
}
.section-heading > p:last-child {
  color: var(--muted);
  margin: 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(8, 42, 79, 0.06);
}
.service-card > span {
  font-weight: 900;
  color: #b47700;
  font-size: 14px;
}
.service-card h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
  margin: 11px 0;
}
.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}
.scope-note {
  font-size: 14px;
  color: var(--muted);
  margin: 26px 0 0;
  border-left: 4px solid var(--gold);
  padding-left: 14px;
}
.pricing-section {
  background: var(--navy);
  color: #fff;
}
.section-heading.light h2 {
  color: #fff;
}
.section-heading.light > p:last-child {
  color: #d1dbe5;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  background: #fff;
  color: var(--ink);
  border-radius: 15px;
  padding: 30px;
  box-shadow: var(--shadow);
  border-top: 7px solid #91a3b5;
}
.price-card.featured {
  border-top-color: var(--gold);
}
.price-label {
  font-weight: 800;
  color: var(--navy);
  margin: 0;
}
.price {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  margin: 20px 0;
  color: var(--navy);
  letter-spacing: -0.04em;
}
.price sup {
  font-size: 25px;
}
.price small {
  font-size: 17px;
  letter-spacing: 0;
}
.price-card > p:last-child {
  color: var(--muted);
  margin: 0;
}
.pricing-details {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  color: #d8e1ea;
  font-size: 15px;
}
.pricing-details p {
  margin: 0;
}
.pricing-details strong {
  color: var(--gold);
}
.about-section {
  background: var(--cream);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.about-grid h2 {
  margin: 0;
}
.about-copy > p {
  font-size: 20px;
  margin-top: 0;
}
.about-copy ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.about-copy li {
  position: relative;
  padding: 11px 0 11px 34px;
  border-top: 1px solid #ddd6ca;
}
.about-copy li:before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: #a66b00;
  font-weight: 900;
}
.area-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.area-list span {
  background: #edf3f8;
  border: 1px solid #d5e0ea;
  color: var(--navy);
  font-weight: 800;
  padding: 12px 16px;
  border-radius: 99px;
}
.faq-section {
  background: #f5f7f9;
}
.narrow {
  max-width: 850px;
}
.faq-section details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 11px 0;
  padding: 19px 22px;
}
.faq-section summary {
  font-weight: 800;
  color: var(--navy);
  cursor: pointer;
}
.faq-section details p {
  color: var(--muted);
  margin: 12px 0 0;
}
.contact-section {
  background: var(--navy);
  color: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.contact-grid h2 {
  color: #fff;
}
.contact-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 28px;
}
.contact-links a {
  font-weight: 800;
  color: var(--gold);
  font-size: 19px;
  word-break: break-word;
}
.contact-section form {
  background: #fff;
  color: var(--ink);
  border-radius: 16px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.contact-section label {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
}
.contact-section label:last-of-type {
  grid-column: 1/-1;
}
.contact-section input,
.contact-section select,
.contact-section textarea {
  display: block;
  width: 100%;
  border: 1px solid #bdc8d2;
  border-radius: 7px;
  padding: 12px;
  margin-top: 6px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.contact-section input:focus,
.contact-section select:focus,
.contact-section textarea:focus {
  outline: 3px solid rgba(245, 189, 50, 0.45);
  border-color: #a66b00;
}
.contact-section button {
  justify-self: start;
}
.form-note {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  align-self: center;
}
footer {
  background: #061d36;
  color: #fff;
  padding: 35px 0 90px;
}
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-grid p {
  margin: 0;
  font-size: 14px;
  color: #b8c6d3;
}
.footer-brand {
  color: #fff;
}
.mobile-bar {
  display: none;
}
.mobile-bar a {
  text-decoration: none;
  font-weight: 900;
  color: var(--navy);
  padding: 12px;
  text-align: center;
  border-right: 1px solid #d19b16;
}
.mobile-bar a:last-child {
  border: 0;
}
@media (max-width: 850px) {
  .renovation-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .site-header nav > a:not(.nav-call) {
    display: none;
  }
  .hero {
    min-height: 720px;
    align-items: flex-end;
  }
  .hero-photo {
    object-position: 61% center;
  }
  .hero-shade {
    background: linear-gradient(
      0deg,
      rgba(4, 27, 53, 0.98) 0%,
      rgba(4, 27, 53, 0.9) 47%,
      rgba(4, 27, 53, 0.12) 82%
    );
  }
  .hero-content {
    padding: 255px 0 55px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-copy {
    font-size: 18px;
  }
  .trust-grid,
  .price-grid,
  .pricing-details {
    grid-template-columns: 1fr;
  }
  .trust-grid div {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 42, 79, 0.2);
  }
  .trust-grid div:last-child {
    border: 0;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-grid,
  .area-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .contact-section form {
    grid-template-columns: 1fr;
  }
  .contact-section label,
  .contact-section label:last-of-type {
    grid-column: 1;
  }
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 570px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: min(100% - 26px, 1180px);
  }
  .site-header {
    height: 68px;
  }
  .brand-mark {
    width: 36px;
    height: 36px;
  }
  .brand strong {
    font-size: 16px;
  }
  .brand small {
    font-size: 11px;
  }
  .nav-call {
    font-size: 13px !important;
    padding: 9px 11px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-actions .button {
    width: 100%;
  }
  .section {
    padding: 66px 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .renovation-card {
    grid-column: auto;
  }
  .renovation-visual {
    min-height: 350px;
    padding: 20px;
  }
  .section-heading h2,
  .about-grid h2,
  .area-grid h2,
  .contact-grid h2 {
    font-size: 36px;
  }
  .price {
    font-size: 46px;
  }
  .contact-section form {
    padding: 20px;
  }
  .footer-grid {
    padding-bottom: 12px;
  }
  .mobile-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gold);
    z-index: 30;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
