:root {
  --navy: #1a2332;
  --navy-deep: #111827;
  --navy-soft: #25344a;
  --gold: #e2b93d;
  --gold-light: #ffed9a;
  --gold-bright: #ffe27a;
  --gold-deep: #a87916;
  --paper: #f5f2ea;
  --muted: #a8b1bf;
  --line: rgba(212, 175, 55, 0.26);
  --display: Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  border-bottom: 1px solid rgba(245, 242, 234, 0.1);
}
.header-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-image { width: 112px; height: 112px; overflow: hidden; border: 1px solid var(--gold-bright); background: #e9e4d9; box-shadow: 0 0 18px rgba(255, 222, 104, .1); }
.brand-image img { width: 100%; height: 100%; object-fit: contain; }
.brand-mark {
  display: grid; place-items: center; width: 38px; height: 38px;
  border: 1px solid var(--gold); color: var(--gold); font: 700 19px var(--display);
  letter-spacing: -5px; padding-right: 5px;
}
.brand-mark span { color: var(--gold-light); }
.brand-name { display: grid; gap: 2px; }
.brand-name strong { font: 700 20px var(--display); letter-spacing: -.5px; }
.brand-name small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 36px; margin-left: auto; }
.desktop-nav a, .mobile-menu a { color: #c7ced7; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; transition: color .25s ease; }
.desktop-nav a:hover, .mobile-menu a:hover { color: var(--gold-light); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 20px;
  border: 1px solid var(--gold-bright);
  background: linear-gradient(112deg, #bf8b1b 0%, #f3ca4b 27%, #fff0a3 48%, #d9a82e 70%, #ffe477 100%);
  color: var(--navy-deep);
  padding: 17px 22px; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.button:hover {
  background: linear-gradient(112deg, #d19b22 0%, #ffdd67 27%, #fff7c9 48%, #ebbd3b 70%, #ffed99 100%);
  transform: translateY(-2px);
}
.button span { font-size: 16px; line-height: 0; }
.button-small { padding: 13px 17px; gap: 12px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 730px; padding: 188px 0 45px; background: var(--navy); }
.hero::before {
  content: ""; position: absolute; width: 60vw; height: 60vw; right: -19vw; top: -25vw;
  border: 1px solid rgba(212,175,55,.12); border-radius: 50%; pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; width: 40vw; height: 40vw; right: -7vw; top: -11vw;
  border: 1px solid rgba(212,175,55,.08); border-radius: 50%; pointer-events: none;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .21; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.eyebrow, .section-kicker {
  display: flex; align-items: center; gap: 11px; color: var(--gold); margin: 0;
  font-size: 10px; font-weight: 700; letter-spacing: 2.1px; text-transform: uppercase;
}
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -2px; }
h1 { max-width: 560px; margin: 25px 0 26px; font-size: clamp(60px, 7.2vw, 105px); line-height: .88; }
h1 em, h2 em { color: var(--gold); font-style: italic; }
.hero-description { max-width: 400px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.text-link, .arrow-link { color: var(--paper); font-size: 10px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.text-link span, .arrow-link span { color: var(--gold); margin-left: 8px; font-size: 17px; }
.hero-visual { position: relative; min-height: 450px; }
.hero-image-frame { 
  position: absolute; right: 0; top: 0; width: min(100%, 470px); aspect-ratio: 1 / 1.07; overflow: hidden;
  border: 1px solid var(--gold);
  background: var(--navy-deep);
}
.hero-image-frame::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(212,175,55,.3); pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; opacity: .76; mix-blend-mode: screen; filter: saturate(.75) contrast(1.1); }
.image-caption { position: absolute; inset: auto 27px 24px; display: flex; justify-content: space-between; z-index: 1; color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.hero-stamp { position: absolute; bottom: 27px; left: -25px; display: grid; place-items: center; width: 126px; height: 126px; border-radius: 50%; background: linear-gradient(135deg, #ad7b13 0%, #f4c949 30%, #fff1a1 48%, #ce991d 72%, #ffe178 100%); color: var(--navy-deep); transform: rotate(-18deg); box-shadow: 0 0 22px rgba(255, 215, 91, .18); }
.hero-stamp svg { position: absolute; width: 100%; height: 100%; fill: none; }
.hero-stamp text { fill: var(--navy-deep); font: 700 8px var(--body); letter-spacing: 2px; }
.hero-stamp > span { font: 700 27px var(--display); transform: rotate(18deg); }
.hero-footer { position: absolute; bottom: 45px; left: 50%; display: flex; align-items: center; gap: 18px; transform: translateX(-50%); color: #718095; font-size: 9px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.hero-line { width: 90px; height: 1px; background: var(--gold); opacity: .65; }

.section { padding: 125px 0; }
.intro { background: var(--paper); color: var(--navy); }
.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.intro .section-kicker, .contact .section-kicker { color: #95802b; }
.intro-content h2 { max-width: 720px; margin: 0 0 27px; font-size: clamp(37px, 4.5vw, 63px); line-height: 1.03; }
.intro-content h2 span { color: #89909a; }
.intro-content > p { max-width: 550px; color: #657080; font-size: 15px; line-height: 1.8; }
.arrow-link { display: inline-block; margin-top: 18px; color: var(--navy); }

.services { background: var(--navy-deep); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 70px; }
.section-heading h2, .standard-copy h2, .contact-copy h2 { margin: 20px 0 0; font-size: clamp(50px, 6vw, 81px); line-height: .9; }
.section-note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; text-align: right; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card {
  position: relative; min-height: 345px; display: flex; flex-direction: column; padding: 26px 23px 24px;
  border: 1px solid rgba(168,177,191,.2); background: var(--navy); transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.service-card:hover { border-color: var(--gold); background: #202c3f; transform: translateY(-8px); }
.service-card-offset { transform: translateY(28px); }
.service-card-offset:hover { transform: translateY(20px); }
.service-number { align-self: end; color: var(--gold); font: 12px var(--display); }
.service-icon { position: relative; width: 53px; height: 52px; margin: 27px 0 36px; }
.service-icon::before, .service-icon::after, .service-icon i { content: ""; position: absolute; border: 1px solid var(--gold); }
.icon-kitchen::before { inset: 9px 0 0; border-top: 0; }
.icon-kitchen::after { left: 8px; right: 8px; top: 0; height: 18px; }
.icon-kitchen i:nth-child(1) { left: 17px; top: 5px; height: 10px; border-width: 0 1px; }
.icon-kitchen i:nth-child(2) { left: 16px; bottom: 7px; width: 8px; border-width: 1px 0 0; }
.icon-kitchen i:nth-child(3) { right: 16px; bottom: 7px; width: 8px; border-width: 1px 0 0; }
.icon-bath::before { width: 43px; height: 17px; bottom: 8px; left: 4px; border-radius: 0 0 18px 18px; }
.icon-bath::after { height: 20px; left: 11px; top: 0; border-width: 0 0 0 1px; }
.icon-bath i:nth-child(1) { left: 10px; top: 1px; width: 14px; border-width: 1px 0 0; }
.icon-bath i:nth-child(2) { left: 0; bottom: 3px; height: 4px; border-width: 0 1px; }
.icon-bath i:nth-child(3) { right: 0; bottom: 3px; height: 4px; border-width: 0 1px; }
.icon-cabinetry::before { inset: 0; }
.icon-cabinetry::after { left: 25px; top: 0; bottom: 0; border-width: 0 1px; }
.icon-cabinetry i:nth-child(1) { left: 20px; top: 25px; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.icon-cabinetry i:nth-child(2) { right: 20px; top: 25px; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.icon-cabinetry i:nth-child(3) { left: 0; right: 0; top: 9px; border-width: 1px 0 0; }
.icon-home::before { width: 36px; height: 31px; bottom: 0; left: 9px; }
.icon-home::after { width: 36px; height: 36px; top: 2px; left: 9px; border-width: 1px 1px 0 0; transform: rotate(-45deg) scale(.71); }
.icon-home i:nth-child(1) { left: 25px; bottom: 0; height: 16px; }
.icon-home i:nth-child(2) { left: 15px; bottom: 18px; width: 6px; height: 8px; }
.icon-home i:nth-child(3) { right: 15px; bottom: 18px; width: 6px; height: 8px; }
.service-card h3 { margin: 0 0 14px; font: 400 27px/1 var(--display); letter-spacing: -.7px; }
.service-card p { min-height: 62px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.service-card a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 20px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.service-card a span { font-size: 17px; }

.standard { background: var(--paper); color: var(--navy); }
.standard-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.standard-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.blueprint-card { position: relative; z-index: 1; width: min(100%, 470px); padding: 19px; background: var(--navy); box-shadow: 20px 22px 0 rgba(26,35,50,.1); transform: rotate(-3.5deg); }
.blueprint-top, .blueprint-bottom { display: flex; justify-content: space-between; color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: 1.5px; }
.blueprint-plan { position: relative; height: 330px; margin: 17px 0; border: 1px solid rgba(212,175,55,.65); background-image: linear-gradient(rgba(212,175,55,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(212,175,55,.11) 1px, transparent 1px); background-size: 24px 24px; }
.plan-room { position: absolute; border: 1px solid rgba(212,175,55,.9); }
.plan-room::before, .plan-room::after { content: ""; position: absolute; background: var(--navy); }
.plan-room-a { left: 10%; top: 12%; width: 43%; height: 47%; }
.plan-room-b { right: 10%; top: 12%; width: 32%; height: 31%; }
.plan-room-c { left: 10%; right: 10%; bottom: 12%; height: 22%; }
.plan-room-a::after { width: 30px; height: 5px; right: -2px; bottom: 0; border-top: 1px solid var(--gold); }
.plan-room-b::after { width: 30px; height: 5px; left: -2px; bottom: 0; border-top: 1px solid var(--gold); }
.plan-room span { position: absolute; top: 9px; left: 10px; color: var(--gold); font-size: 8px; }
.plan-measure { position: absolute; color: var(--gold-light); font-size: 8px; letter-spacing: 1px; }
.plan-measure::before, .plan-measure::after { content: ""; position: absolute; background: var(--gold); }
.horizontal { top: 4%; left: 10%; width: 43%; text-align: center; }
.horizontal::before { left: 0; right: 0; bottom: -6px; height: 1px; }
.horizontal::after { left: 0; bottom: -9px; width: 1px; height: 7px; box-shadow: 203px 0 var(--gold); }
.vertical { top: 14%; right: 2%; height: 30%; writing-mode: vertical-rl; }
.vertical::before { top: 0; bottom: 0; left: -6px; width: 1px; }
.vertical::after { top: 0; left: -9px; width: 7px; height: 1px; box-shadow: 0 96px var(--gold); }
.plan-compass { position: absolute; right: 17px; bottom: 16px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 9px; }
.gold-orbit { position: absolute; width: 390px; height: 390px; border: 1px solid var(--gold); border-radius: 50%; opacity: .45; }
.gold-orbit::after { content: ""; position: absolute; top: 50%; left: -5px; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; }
.standard-copy > p:not(.section-kicker) { max-width: 430px; margin: 30px 0 36px; color: #667181; font-size: 14px; line-height: 1.8; }
.principles { margin: 0; padding: 0; list-style: none; }
.principles li { display: flex; align-items: start; gap: 22px; padding: 16px 0; border-top: 1px solid rgba(26,35,50,.16); }
.principles li:last-child { border-bottom: 1px solid rgba(26,35,50,.16); }
.principles li > span { color: #95802b; font: 13px var(--display); }
.principles strong { display: block; margin-bottom: 5px; font: 22px var(--display); }
.principles p { margin: 0; color: #7c8590; font-size: 11px; }

.trust-band { padding: 24px 0; background: var(--gold); color: var(--navy-deep); }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 30px; }
.trust-inner p { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: 3px; }
.trust-inner p span { opacity: .65; }
.trust-mark { font-size: 19px; }

.contact { background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.contact-copy h2 { font-size: clamp(50px, 5.5vw, 75px); }
.contact-copy > p:not(.section-kicker) { max-width: 380px; margin: 30px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.contact-details { display: grid; gap: 7px; padding-top: 17px; border-top: 1px solid rgba(245,242,234,.17); }
.contact-details span { color: #738096; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.contact-details a { color: var(--gold-light); font-size: 13px; }
.contact-details a span { color: var(--gold); font-size: 16px; margin-left: 7px; }
.contact-image { width: 220px; height: 220px; margin-top: 42px; overflow: hidden; border: 1px solid var(--gold); background: #e9e4d9; box-shadow: 10px 10px 0 rgba(212, 175, 55, .12); }
.contact-image img { width: 100%; height: 100%; object-fit: contain; }
.inquiry-form { padding: 37px 40px 31px; background: var(--navy-deep); border: 1px solid rgba(212,175,55,.35); }
.form-heading { display: flex; justify-content: space-between; padding-bottom: 26px; color: var(--gold); border-bottom: 1px solid rgba(212,175,55,.25); font-size: 9px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.inquiry-form label { display: grid; gap: 10px; margin-top: 23px; }
.inquiry-form label > span { color: #a6afbc; font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(168,177,191,.3); border-radius: 0; outline: none; background: transparent; color: var(--paper); padding: 9px 0 12px; font-size: 13px; transition: border-color .25s ease; }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #697588; }
.inquiry-form select { color: #697588; appearance: none; background: linear-gradient(45deg, transparent 50%, var(--gold) 50%) calc(100% - 8px) 50% / 5px 5px no-repeat, linear-gradient(135deg, var(--gold) 50%, transparent 50%) 100% 50% / 5px 5px no-repeat; }
.inquiry-form select:valid { color: var(--paper); }
.inquiry-form option { background: var(--navy-deep); color: var(--paper); }
.inquiry-form textarea { min-height: 92px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.form-submit { width: 100%; margin-top: 30px; }
.form-note { margin: 20px 0 0; color: #697588; font-size: 9px; text-align: center; }
.form-success { min-height: 16px; margin: 10px 0 0; color: var(--gold-light); font-size: 11px; text-align: center; }

.site-footer { padding: 42px 0 28px; background: var(--navy-deep); border-top: 1px solid rgba(245,242,234,.09); }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 35px; border-bottom: 1px solid rgba(245,242,234,.1); }
.footer-brand { width: 180px; height: 180px; overflow: hidden; border: 1px solid var(--gold); background: #e9e4d9; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.footer-top > p { margin: 0; color: #748095; font: italic 20px var(--display); }
.back-top { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.back-top span { margin-left: 8px; font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: #647184; font-size: 9px; letter-spacing: .5px; }
.footer-bottom a { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 900px) {
  .container { width: min(100% - 48px, 680px); }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 6px; border: 0; background: transparent; padding: 8px 0 8px 8px; cursor: pointer; }
  .menu-toggle span { display: block; width: 27px; height: 1px; background: var(--gold); transition: transform .25s ease; }
  .mobile-menu { display: grid; max-height: 0; overflow: hidden; gap: 24px; padding: 0 24px; background: var(--navy-deep); transition: max-height .3s ease, padding .3s ease; }
  .mobile-menu.is-open { max-height: 200px; padding: 24px; }
  .hero { min-height: auto; padding: 145px 0 72px; }
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { min-height: 390px; }
  .hero-image-frame { left: 30px; right: 0; width: calc(100% - 30px); }
  .hero-stamp { left: 0; }
  .hero-footer { position: relative; bottom: auto; left: auto; width: calc(100% - 48px); margin-top: 60px; transform: none; }
  .section { padding: 88px 0; }
  .intro-grid, .standard-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-offset, .service-card-offset:hover { transform: none; }
  .standard-visual { min-height: 400px; }
  .contact-grid { gap: 40px; }
}
@media (max-width: 560px) {
  .container { width: calc(100% - 36px); }
  .header-inner { min-height: 92px; }
  .brand-image { width: 88px; height: 88px; }
  .hero { padding-top: 122px; }
  h1 { font-size: 61px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 340px; }
  .hero-footer { flex-wrap: wrap; gap: 10px; line-height: 1.5; }
  .hero-line { width: 40px; }
  .intro-grid { gap: 35px; }
  .section-heading { align-items: start; flex-direction: column; gap: 28px; margin-bottom: 40px; }
  .section-note { text-align: left; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 300px; }
  .service-icon { margin-bottom: 25px; }
  .standard-visual { min-height: 310px; }
  .blueprint-plan { height: 230px; }
  .gold-orbit { width: 285px; height: 285px; }
  .horizontal::after { box-shadow: 140px 0 var(--gold); }
  .trust-inner { gap: 12px; }
  .trust-inner p { font-size: 8px; letter-spacing: 1.6px; text-align: center; line-height: 1.5; }
  .trust-mark { font-size: 14px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-image { width: 205px; height: 205px; }
  .footer-brand { width: 160px; height: 160px; }
  .inquiry-form { padding: 28px 22px 24px; }
  .footer-top { align-items: start; flex-direction: column; gap: 22px; }
  .footer-top > p { font-size: 17px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}