:root {
  --paper:#fffdfa;
  --ink:#102326;
  --muted:#6f6a63;
  --line:#e7dfd5;
  --accent:#89613f;
  --accent-dark:#7c5738;
  --dark:#172224;
  --max:1380px}

* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px}
body {
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--paper)}
img {
  display:block;
  max-width:100%;
  height:auto}
a {
  color:inherit;
  text-decoration:none}
.container {
  width:min(calc(100% - 40px),var(--max));
  margin-inline:auto}
.skip-link {
  position:absolute;
  left:-9999px}
.skip-link:focus {
  left:12px;
  top:12px;
  background:#fff;
  padding:10px 14px;
  z-index:999}

.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,253,250,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(0,0,0,.05)}
.nav-wrap {
  height:78px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px}
.brand {
  position:relative;
  display:inline-grid;
  width:max-content;
  padding-top:7px}
.roof {
  position:absolute;
  top:-1px;
  left:12px;
  width:49px;
  height:24px;
  border-left:2px solid var(--ink);
  border-top:2px solid var(--ink);
  transform:skewY(-33deg)}
.brand-main {
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  letter-spacing:.04em;
  line-height:1}
.brand-sub {
  font-size:8px;
  letter-spacing:.22em;
  margin-top:3px}
.main-nav {
  display:flex;
  justify-content:center;
  gap:34px;
  font-size:14px}
.main-nav a {
  padding:28px 0 22px;
  border-bottom:2px solid transparent}
.main-nav a:hover,.main-nav a:focus-visible {
  color:var(--accent-dark);
  border-color:var(--accent)}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:8px;
  border:1px solid transparent;
  font-weight:600;
  font-size:14px;
  transition:background-color .2s ease,color .2s ease}
.btn-primary {
  background:var(--accent);
  color:#fff}
.btn-primary:hover {
  background:var(--accent-dark)}
.btn-secondary {
  background:rgba(255,255,255,.75);
  border-color:#b99e86}
.header-cta {
  min-height:46px}
.menu-toggle {
  display:none;
  background:none;
  border:0;
  padding:8px}
.menu-toggle span {
  display:block;
  width:24px;
  height:2px;
  background:var(--ink);
  margin:5px}

.hero {
  position:relative;
  min-height:500px;
  overflow:hidden}
.hero>img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover}
.hero-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#fffdfa 0%,#fffdfa 35%,rgba(255,253,250,.18) 60%,rgba(255,255,255,0) 70%)}
.hero-content {
  position:relative;
  min-height:500px;
  padding-top:62px;
  padding-bottom:55px}
.eyebrow {
  font-size:13px;
  font-weight:700;
  letter-spacing:.14em;
  margin:0 0 20px}
.eyebrow:before {
  content:"";
  display:inline-block;
  width:28px;
  height:1px;
  background:var(--accent);
  vertical-align:middle;
  margin-right:12px}
.hero h1,.about h2,.services h2,.cta-band h2 {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:-.02em}
.hero h1 {
  font-size:clamp(48px,5vw,76px);
  line-height:.98;
  margin:0 0 18px;
  max-width:640px}
.hero-copy {
  font-size:20px;
  line-height:1.4;
  max-width:470px;
  margin:0 0 24px}
.hero-actions {
  display:flex;
  gap:14px}
.hero-note {
  position:absolute;
  right:32px;
  bottom:38px;
  font-family:"Segoe Script","Brush Script MT",cursive;
  font-size:28px;
  line-height:1.15;
  transform:rotate(-4deg)}

.service-strip {
  border-bottom:1px solid var(--line);
  background:#fff}
.service-strip-grid {
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr))}
.service-strip article {
  text-align:center;
  padding:20px 12px 18px;
  border-right:1px solid var(--line)}
.service-strip article:last-child {
  border-right:0}
.icon {
  display:block;
  font-size:29px;
  color:var(--accent-dark);
  height:38px}
.service-strip h3 {
  font-size:14px;
  margin:7px 0 5px}
.service-strip p {
  font-size:12px;
  color:var(--muted);
  line-height:1.35;
  margin:0}

.about {
  display:grid;
  grid-template-columns:1.6fr .95fr;
  background:linear-gradient(90deg,#f1ece5,#eee7de)}
.about-text {
  display:grid;
  grid-template-columns:1fr;
  align-items:center;
  gap:42px;
  padding:52px 40px 52px max(40px,calc((100vw - var(--max))/2))}
.about-copy h2 {
  font-size:38px;
  line-height:1.02;
  margin:0 0 18px}
.about-copy p {
  color:#544f49;
  max-width:430px;
  line-height:1.5}
.stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  text-align:center}
.stats strong {
  display:block;
  font-size:24px;
  margin-bottom:3px}
.stats span {
  font-size:13px;
  color:#5f5a55}
.about-image {
  position:relative;
  min-height:280px}
.about-image img {
  width:100%;
  height:100%;
  object-fit:cover}
.about-image span {
  position:absolute;
  right:40px;
  bottom:28px;
  color:#fff;
  font-family:"Segoe Script","Brush Script MT",cursive;
  font-size:26px;
  transform:rotate(-4deg)}

.services {
  padding:42px 0 36px}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:18px}
.section-head h2 {
  font-size:35px;
  margin:0 0 2px}
.section-head p {
  margin:0;
  color:var(--muted)}
.section-head>a {
  color:var(--accent-dark);
  font-size:14px;
  border-bottom:1px solid #bca58f;
  padding-bottom:5px}
.service-cards {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px}
.service-cards img {
  width:100%;
  aspect-ratio:2.05/1;
  object-fit:cover;
  border-radius:8px}
.service-cards h3 {
  font-size:14px;
  margin:8px 0 0}

.cta-band {
  background:var(--dark);
  color:#fff;
  padding:26px 0}
.cta-inner {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:70px}
.cta-band h2 {
  font-size:27px;
  margin:0 0 4px}
.cta-band p {
  margin:0;
  color:#d5d9d9;
  font-size:14px}
.site-footer {
  background:#172124;
  color:#fff;
  padding:24px 0}
.footer-grid {
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:30px}
.footer-brand .roof {
  border-color:#fff}
.footer-brand .brand-main {
  font-size:23px}
.footer-brand .brand-sub {
  font-size:7px}
.site-footer nav {
  display:flex;
  justify-content:center;
  gap:22px;
  font-size:12px}
.contact-block {
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  font-size:12px}
.site-footer small {
  grid-column:1/-1;
  font-size:12px;
  color:#c9cece}

@media(max-width:1050px) {
  .nav-wrap {
  grid-template-columns:auto 1fr auto}
.main-nav {
  gap:18px}
.service-strip-grid {
  grid-template-columns:repeat(4,1fr)}
.service-strip article:nth-child(4) {
  border-right:0}
.about {
  grid-template-columns:1fr}
.about-image {
  min-height:340px}
.service-cards {
  grid-template-columns:repeat(3,1fr)}
.footer-grid {
  grid-template-columns:1fr 1fr}
.site-footer nav {
  justify-content:flex-start;
  flex-wrap:wrap}
}

@media(max-width:900px) {
  .container {
  width:min(calc(100% - 28px),var(--max))}
.nav-wrap {
  height:68px;
  grid-template-columns:1fr auto}
.brand-main {
  font-size:24px}
.header-cta {
  display:none}
.menu-toggle {
  display:none;
  min-width:44px;
  min-height:44px}
.js .menu-toggle {
  display:block}
.main-nav {
  display:flex;
  position:absolute;
  left:0;
  right:0;
  top:68px;
  background:#fff;
  padding:10px 20px 18px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  flex-direction:column;
  gap:0}
.js .main-nav {
  display:none}
.js .main-nav.open {
  display:flex}
.main-nav {
  max-height:calc(100dvh - 68px);
  overflow-y:auto}
.main-nav a {
  padding:13px 4px;
  border:0}
.hero {
  min-height:610px}
.hero>img {
  object-position:60% center}
.hero-overlay {
  background:linear-gradient(180deg,rgba(255,253,250,.96),rgba(255,253,250,.72) 55%,rgba(255,255,255,.18))}
.hero-content {
  min-height:610px;
  padding-top:48px}
.hero h1 {
  font-size:52px}
.hero-copy {
  font-size:18px;
  max-width:360px}
.hero-actions {
  flex-wrap:wrap}
.hero-note {
  right:18px;
  bottom:22px;
  font-size:22px}
.service-strip-grid {
  grid-template-columns:repeat(2,1fr)}
.service-strip article:nth-child(even) {
  border-right:0}
.about-text {
  grid-template-columns:1fr;
  padding:38px 20px}
.stats {
  grid-template-columns:1fr 1fr 1fr}
.about-image {
  min-height:260px}
.service-cards {
  grid-template-columns:repeat(2,1fr)}
.section-head {
  align-items:flex-start;
  gap:16px;
  flex-direction:column}
.cta-inner {
  align-items:flex-start;
  flex-direction:column;
  gap:18px}
.footer-grid {
  grid-template-columns:1fr;
  justify-items:start}
.site-footer nav,.contact-block {
  flex-wrap:wrap;
  justify-content:flex-start}
}

@media(max-width:460px) {
  .hero h1 {
  font-size:clamp(36px,10vw,44px)}
.service-cards {
  grid-template-columns:1fr}
.stats {
  grid-template-columns:1fr;
  gap:14px;
  text-align:left}
}


/* Keep keyboard focus visible on both light and dark surfaces. */
:focus-visible {
  outline:3px solid #fff;
  outline-offset:3px;
  box-shadow:0 0 0 6px #624329}

#main:focus {
  outline:none;
  box-shadow:none}

button {
  font:inherit;
  cursor:pointer}

.btn {
  text-align:center;
  padding-block:12px;
  line-height:1.4;
  max-width:100%}

h1,h2,h3,p,.stats strong {
  overflow-wrap:anywhere}

.service-strip article,.service-cards article,.about-copy,.stats>div,.cta-inner>div {
  min-width:0}

.service-strip h3 {
  hyphens:auto}

.gallery-note {
  font-size:13px;
  color:var(--muted);
  margin:0 0 18px}

.about-image {
  overflow:hidden}

.about-image img {
  position:absolute;
  inset:0}

.about-image span {
  background:rgba(23,34,36,.8);
  padding:8px 12px;
  border-radius:4px}

.hero-note {
  background:rgba(255,253,250,.9);
  padding:8px 12px;
  border-radius:4px}

.hero-actions {
  flex-wrap:wrap}

.cta-inner>.btn {
  flex-shrink:0}

.site-footer a {
  display:inline-flex;
  align-items:center;
  min-height:32px}

.site-footer a:hover {
  text-decoration:underline;
  text-underline-offset:4px}

@media(min-width:1051px) and (max-width:1279px) {
  .service-strip-grid {
  grid-template-columns:repeat(4,minmax(0,1fr))}
.service-strip article:nth-child(4n) {
  border-right:0}
}

@media(max-width:1050px) {
  .service-strip article:nth-child(n+5) {
  border-top:1px solid var(--line)}
}

@media(min-width:1051px) and (max-width:1279px) {
  .service-strip article:nth-child(n+5) {
  border-top:1px solid var(--line)}
}

@media(max-width:900px) {
  html {
  scroll-padding-top:84px}
.service-strip article:nth-child(n+3) {
  border-top:1px solid var(--line)}
html:not(.js) .nav-wrap {
  height:auto;
  min-height:68px;
  padding-block:12px}
html:not(.js) .main-nav {
  position:static;
  grid-column:1/-1;
  box-shadow:none}
.hero-note {
  max-width:calc(100% - 36px)}
.about-copy h2 {
  font-size:clamp(30px,5vw,38px)}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*::before,*::after {
  transition:none!important}
}


.visually-hidden {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
  border:0}

