:root {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #f6f3ee;
  background: #111114;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }

body { margin: 0; min-width: 0; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: min(100% - 88px, 1360px); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -60px; background: #fff; color: #111; padding: 12px; z-index: 20; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 2px solid #f5ba60; outline-offset: 4px; }

.site-header {
  height: 88px;
  padding: 0 max(44px, calc((100vw - 1360px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #303036;
  background: #111114;
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .12em;
  white-space: nowrap;
  line-height: 1.05;
}

.brand img { border-radius: 50%; object-fit: cover; }
.brand em { display: block; color: #dfa34c; font-size: 10px; font-style: normal; letter-spacing: .3em; margin-top: 5px; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 14px; color: #d5d3d0; }
.site-header nav a:hover, .site-footer a:hover, .text-link:hover { color: #eeb46a; }
.nav-quote { border: 1px solid #a46e35; padding: 13px 17px; color: #f6f3ee; }
.nav-quote span { margin-left: 14px; color: #dca057; }

.hero {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
  min-height: 820px;
  padding-top: 62px;
  padding-bottom: 72px;
}

.eyebrow { display: flex; align-items: center; gap: 14px; font-size: 12px; letter-spacing: .22em; font-weight: 750; color: #dc9e4a; margin: 0 0 27px; }
.eyebrow.light { color: #cc944b; }
.eyebrow-line { width: 27px; height: 1px; background: currentColor; }
.hero h1, .section-intro h2, .testimonials-inner h2, .quote-copy h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 6.4vw, 104px); line-height: .97; letter-spacing: -.06em; font-weight: 400; margin: 0; }
.hero h1 i, .section-intro h2 i, .testimonials-inner h2 i, .quote-copy h2 i { font-style: italic; color: #e4a757; }
.hero-lead { font-size: 21px; line-height: 1.55; color: #c2c0bb; max-width: 540px; margin: 34px 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; border: 0; padding: 19px 23px; font-size: 16px; font-weight: 700; min-height: 60px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #ece8df; color: #151517; }
.button-light:hover { background: #f5bc70; }
.text-link { border-bottom: 1px solid #996f42; padding: 13px 0; font-size: 16px; font-weight: 650; }
.text-link span { margin-left: 15px; color: #e1a356; }
.hero-caption { display: flex; align-items: center; gap: 20px; color: #8e8e8d; font-size: 13px; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; margin-top: 72px; }
.caption-rule { width: 45px; height: 1px; background: #996f42; }

.hero-stage { background: #262326; border: 1px solid #484043; padding: 8px; box-shadow: 16px 16px 0 #19181a; max-width: 560px; justify-self: end; width: 100%; }
.stage-top, .stage-bottom { display: flex; justify-content: space-between; gap: 12px; font-size: 11px; letter-spacing: .15em; color: #c4b4a1; padding: 8px 7px 14px; }
.stage-bottom { padding: 13px 7px 5px; letter-spacing: .09em; }
.hero-stage img { width: 100%; height: auto; object-fit: contain; background: #151515; }

.portfolio-section { background: #f3f0ea; color: #171717; padding: 105px 0 115px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.section-intro h2, .testimonials-inner h2, .quote-copy h2 { font-size: clamp(54px, 5.4vw, 78px); }
.section-intro h2 i, .quote-copy h2 i { color: #b67932; }
.section-intro > p { max-width: 350px; color: #66615c; font-size: 17px; line-height: 1.6; margin: 0 0 5px; }
.portfolio-empty { border-top: 1px solid #d8d0c7; border-bottom: 1px solid #d8d0c7; padding: 44px 0 48px; color: #6d665f; }
.portfolio-empty span { display: block; color: #a46f34; font-size: 12px; font-weight: 750; letter-spacing: .2em; }
.portfolio-empty p { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(27px, 3vw, 40px); line-height: 1.15; letter-spacing: -.03em; margin: 18px 0 0; color: #252321; }

.services-section { padding-top: 110px; padding-bottom: 125px; }
.services-intro { margin-bottom: 72px; }
.services-intro > p { color: #a4a09a; }
.service-list { border-top: 1px solid #39383a; }
.service-list > div { display: grid; grid-template-columns: 65px minmax(240px, 1fr) minmax(220px, .6fr); gap: 25px; align-items: center; border-bottom: 1px solid #39383a; padding: 29px 0; }
.service-list span { color: #d59a51; font-size: 13px; }
.service-list h3 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(25px, 2.3vw, 33px); font-weight: 400; margin: 0; letter-spacing: -.03em; }
.service-list p { color: #a4a09a; font-size: 16px; line-height: 1.5; margin: 0; }

.testimonials-section { background: #201f21; padding: 95px 0; }
.testimonials-inner { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: center; }
.testimonials-inner h2 i { color: #e4a757; }
.testimonial-note { border-left: 1px solid #826038; padding: 5px 0 8px 35px; }
.quote-mark { font-family: Georgia, serif; font-size: 80px; line-height: .6; color: #d69c50; }
.testimonial-note p { font-size: 18px; line-height: 1.6; color: #d3cbc1; margin: 20px 0 24px; }
.testimonial-note a { display: inline-block; border-bottom: 1px solid #bb8651; padding-bottom: 6px; font-size: 14px; }
.testimonial-note a span { margin-left: 12px; color: #dca057; }

.quote-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding-top: 120px; padding-bottom: 130px; }
.quote-copy > p:not(.eyebrow) { color: #bab7b2; font-size: 18px; line-height: 1.6; max-width: 480px; margin: 30px 0; }
.direct-contact { display: inline-flex; align-items: center; gap: 18px; color: #f3c184; border-bottom: 1px solid #855f39; padding: 9px 0; font-size: 15px; }
.quote-form { display: flex; flex-direction: column; background: #1f1e20; border: 1px solid #393638; padding: 35px; }
.quote-form label { font-size: 14px; font-weight: 700; margin: 0 0 9px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #5a5654; border-radius: 0; background: #171719; color: #f6f3ee; padding: 15px 14px; font-size: 16px; outline: none; margin: 0 0 22px; resize: vertical; }
.quote-form :is(input, select, textarea):focus { border-color: #edb26a; outline: 1px solid #edb26a; }
.quote-form ::placeholder { color: #97918c; }
.quote-form select { appearance: auto; }
.button-dark { color: #171719; background: #e9ad61; width: 100%; margin-top: 2px; }
.button-dark:hover { background: #fac68a; }
.button-dark:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note { font-size: 13px; color: #a9a4a0; margin: 12px 0 0; text-align: center; }
.form-success { color: #b9dca9; }
.form-error { color: #f0a89d; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.site-footer { border-top: 1px solid #353236; padding: 32px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 14px; color: #a7a2a0; }
.footer-inner > .brand { color: #fff; }
.footer-inner > a:last-child { border-bottom: 1px solid #8f683d; padding-bottom: 5px; }

@media (max-width: 900px) {
  .wrap { width: min(100% - 44px, 1360px); }
  .site-header { padding: 0 22px; }
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: 13px; }
  .hero { gap: 38px; min-height: 720px; }
  .hero h1 { font-size: clamp(50px, 6.4vw, 74px); }
  .hero-lead { font-size: 19px; }
  .hero-caption { margin-top: 44px; }
  .testimonials-inner { gap: 30px; }
  .quote-section { gap: 40px; }
}

@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; gap: 42px; min-height: auto; padding-top: 66px; padding-bottom: 78px; }
  .hero-stage { justify-self: center; max-width: 560px; }
  .hero-copy { max-width: 620px; }
  .hero h1 { font-size: clamp(54px, 10vw, 78px); }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 36px, 1360px); }
  .site-header { height: auto; min-height: 72px; padding: 12px 18px; display: block; }
  .site-header .brand { margin-bottom: 12px; }
  .site-header nav { display: flex; justify-content: space-between; gap: 10px; overflow: auto; white-space: nowrap; scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header nav a { font-size: 13px; padding: 6px 0; }
  .site-header nav .nav-quote { border: 0; padding: 6px 0; color: #f1b874; }
  .nav-quote span { margin-left: 2px; }
  .hero { gap: 38px; padding-top: 62px; padding-bottom: 76px; }
  .hero h1 { font-size: clamp(54px, 12vw, 74px); }
  .hero-lead { font-size: 19px; margin: 27px 0; }
  .hero-actions { gap: 18px; }
  .hero-caption { margin-top: 44px; font-size: 12px; }
  .hero-stage { width: calc(100% + 12px); max-width: 460px; padding: 7px; box-shadow: 10px 10px 0 #19181a; }
  .portfolio-section { padding: 76px 0 82px; }
  .section-intro { display: block; margin-bottom: 35px; }
  .section-intro h2, .testimonials-inner h2, .quote-copy h2 { font-size: clamp(48px, 10vw, 64px); }
  .section-intro > p { margin: 25px 0 0; }
  .services-section { padding-top: 80px; padding-bottom: 90px; }
  .services-intro { margin-bottom: 34px; }
  .service-list > div { grid-template-columns: 30px 1fr; gap: 8px 14px; padding: 25px 0; }
  .service-list h3 { font-size: 25px; }
  .service-list p { grid-column: 2; font-size: 15px; }
  .testimonials-section { padding: 76px 0; }
  .testimonials-inner { grid-template-columns: 1fr; gap: 34px; }
  .testimonial-note { padding-left: 24px; }
  .quote-section { grid-template-columns: 1fr; gap: 35px; padding-top: 85px; padding-bottom: 85px; }
  .quote-form { padding: 23px; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner > span { order: 3; width: 100%; }
}

@media (max-width: 380px) {
  .brand { font-size: 13px; }
  .brand img { width: 38px; height: 38px; }
  .site-header nav a { font-size: 12px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .button { transition: none; }
}
