:root {
  --paper: #f2eee6;
  --ink: #20211f;
  --muted: #6f706b;
  --forest: #2c342e;
  --brass: #9a8059;
  --line: rgba(32,33,31,.18);
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header { height: 88px; padding: 0 clamp(22px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; background: rgba(242,238,230,.96); position: relative; z-index: 30; border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: 10px; align-items: baseline; text-decoration: none; letter-spacing: .08em; }
.brand-main { font-family: Georgia, 'Times New Roman', serif; font-size: 29px; letter-spacing: .13em; }
.brand-sub { font-size: 11px; letter-spacing: .34em; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.site-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }
.site-nav a:hover { opacity: .62; }
.nav-inquire { border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.menu-toggle { display: none; background: none; border: 0; font: inherit; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; }

.hero { min-height: calc(100vh - 88px); position: relative; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('assets/rocky-brook-exterior.webp') center center / cover no-repeat; z-index: -3; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,25,20,.72) 0%, rgba(19,25,20,.43) 48%, rgba(19,25,20,.08) 80%), linear-gradient(0deg, rgba(0,0,0,.23), rgba(0,0,0,0) 52%); z-index: -2; }
.hero-copy { color: #fff; padding: clamp(52px, 7vw, 105px) clamp(24px, 7vw, 110px); max-width: 850px; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.82); }
.eyebrow.dark { color: var(--brass); }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.04; letter-spacing: -.025em; margin: 0; }
h1 { font-size: clamp(48px, 7vw, 96px); max-width: 820px; }
h2 { font-size: clamp(37px, 5vw, 66px); }
h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.2; }
.hero-intro { max-width: 650px; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.6; margin: 25px 0 34px; color: rgba(255,255,255,.9); }
.image-note { position: absolute; bottom: 22px; right: 25px; color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.button { display: inline-block; padding: 13px 20px 12px; border: 1px solid currentColor; text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; background: transparent; cursor: pointer; }
.button:hover { background: currentColor; }
.button-light { color: #fff; }
.button-light:hover { color: var(--forest); background: #fff; border-color: #fff; }

.statement { max-width: 980px; margin: 0 auto; padding: clamp(90px, 12vw, 170px) 26px; }
.statement h2 { max-width: 800px; }
.statement > p:last-child { margin: 32px 0 0 20%; max-width: 700px; font-size: clamp(17px, 1.4vw, 20px); color: #4b4c48; }

.services { padding: 100px clamp(24px, 6vw, 88px) 120px; max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); }
.section-heading { max-width: 730px; margin-bottom: 58px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-grid article { padding: 38px 55px 48px 0; border-bottom: 1px solid var(--line); min-height: 290px; }
.service-grid article:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 55px; }
.service-grid article:nth-child(even) { padding-left: 55px; }
.service-grid span, .process-line span { font-size: 10px; letter-spacing: .16em; color: var(--brass); }
.service-grid h3 { font-size: 29px; margin: 36px 0 14px; }
.service-grid p { color: #5b5c58; max-width: 470px; margin: 0; }

.feature { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr); min-height: 720px; background: #ded7cb; }
.feature-image { min-height: 650px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: clamp(60px, 8vw, 120px) clamp(42px, 7vw, 105px); display: flex; flex-direction: column; justify-content: center; }
.feature-copy h2 { font-size: clamp(38px, 4.5vw, 62px); }
.feature-copy > p:not(.eyebrow) { font-size: 17px; color: #4d4f49; margin: 28px 0 0; }
.feature-copy .small { font-size: 14px !important; border-top: 1px solid rgba(32,33,31,.25); padding-top: 25px; margin-top: 32px !important; }

.work { background: var(--forest); color: #f5f1e9; padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 88px); }
.work-heading { max-width: var(--max); margin-left: auto; margin-right: auto; }
.work-heading > p:last-child { max-width: 600px; color: rgba(255,255,255,.7); font-size: 17px; }
.work-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.35fr .65fr; gap: 26px; align-items: start; }
.work-grid figure { margin: 0; }
.work-grid figure:nth-child(3) { grid-column: 2; }
.work-large { grid-row: span 2; }
.work-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.work-large img { aspect-ratio: 4/4.5; }
.work-grid figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 12px 0 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.work-grid figcaption strong { font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 400; }
.work-grid figcaption span { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; text-align: right; color: rgba(255,255,255,.55); }

.process { max-width: var(--max); margin: 0 auto; padding: 120px clamp(24px, 6vw, 88px); }
.process-line { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.process-line > div { padding: 36px 38px 20px 0; }
.process-line > div + div { border-left: 1px solid var(--line); padding-left: 38px; }
.process-line h3 { font-size: 26px; margin: 30px 0 12px; }
.process-line p { color: #62635f; margin: 0; }

.inquire { background: #1f2420; color: #f5f1e9; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 130px); padding: clamp(80px, 10vw, 140px) clamp(24px, 7vw, 110px); }
.inquire-copy { max-width: 620px; }
.inquire-copy h2 { font-size: clamp(42px, 5vw, 67px); }
.inquire-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 17px; }
.contact-direct { margin-top: 34px; }
.contact-direct a { color: #fff; }
.inquiry-form { display: grid; gap: 24px; align-self: center; max-width: 600px; width: 100%; }
.inquiry-form label { display: grid; gap: 7px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; color: rgba(255,255,255,.67); }
.inquiry-form input, .inquiry-form textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; color: #fff; padding: 8px 0 11px; font: 16px/1.4 Arial, Helvetica, sans-serif; outline: none; }
.inquiry-form textarea { resize: vertical; min-height: 110px; }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-bottom-color: #fff; }
.inquiry-form button { justify-self: start; margin-top: 5px; }
.form-note { margin: 0; font-size: 10px; color: rgba(255,255,255,.48); max-width: 450px; }

footer { padding: 56px clamp(24px, 6vw, 88px); max-width: var(--max); margin: 0 auto; }
.footer-brand { font-size: 11px; letter-spacing: .27em; }
.footer-brand span { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; letter-spacing: .13em; margin-right: 8px; }
footer > p { font-size: 12px; color: #686963; margin: 12px 0 0; }
.footer-legal { margin-top: 30px; }
.footer-disclaimer { max-width: 750px; font-size: 10px; }

@media (max-width: 900px) {
  .feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 450px; }
  .inquire { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid figure:nth-child(3) { grid-column: auto; }
  .work-large { grid-row: auto; }
  .work-large img, .work-grid img { aspect-ratio: 4/3; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 25px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .site-nav.open { display: flex; }
  .hero { min-height: calc(92vh - 72px); }
  .hero-overlay { background: linear-gradient(0deg, rgba(19,25,20,.78), rgba(19,25,20,.22)); }
  .hero-copy { padding: 60px 24px 72px; }
  h1 { font-size: 49px; }
  .image-note { display: none; }
  .statement > p:last-child { margin-left: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article:nth-child(odd) { border-right: 0; padding-right: 0; }
  .service-grid article:nth-child(even) { padding-left: 0; }
  .service-grid article { min-height: 0; padding: 34px 0 40px; }
  .feature-image { min-height: 380px; }
  .feature-copy { padding: 60px 24px 75px; }
  .process-line { grid-template-columns: 1fr; }
  .process-line > div { padding: 30px 0; border-bottom: 1px solid var(--line); }
  .process-line > div + div { border-left: 0; padding-left: 0; }
  .work-grid figcaption { display: block; }
  .work-grid figcaption span { display: block; text-align: left; margin-top: 3px; }
}
