/* Material House: refined editorial architecture in ink, bone, sage, and amber. */
:root {
  --ink: #18211f;
  --ink-soft: #263633;
  --bone: #f3f0e8;
  --bone-deep: #e5dfd2;
  --sage: #aebaaa;
  --sage-pale: #dbe0d4;
  --amber: #c87937;
  --amber-light: #e2a76e;
  --line: rgba(24, 33, 31, 0.16);
  --light-line: rgba(243, 240, 232, 0.28);
  --shadow: 0 18px 45px rgba(24, 33, 31, 0.12);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.75rem; }
body { margin: 0; overflow-x: hidden; background: var(--bone); color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .7rem 1rem; color: var(--bone); background: var(--ink); transition: top .18s var(--ease-out); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(24, 33, 31, .1); background: rgba(243, 240, 232, .94); backdrop-filter: blur(14px); }
.header-inner { width: min(1380px, calc(100% - 48px)); min-height: 76px; margin: 0 auto; display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .72rem; flex-shrink: 0; }
.brand-mark { width: 38px; height: 38px; object-fit: contain; }
.brand-type { line-height: 1; display: grid; gap: .28rem; }
.brand-type span { font-size: .6rem; letter-spacing: .19em; font-weight: 800; text-transform: uppercase; }
.brand-type strong { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; font-size: 1.3rem; letter-spacing: -.04em; }
.site-nav { display: flex; gap: clamp(.7rem, 2.3vw, 2rem); margin-left: auto; }
.site-nav a { padding: .35rem 0; color: rgba(24, 33, 31, .76); font-size: .68rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; transition: color .18s var(--ease-out); }
.site-nav a:hover { color: var(--amber); }
.header-call { min-width: 176px; padding: .55rem .8rem .55rem 1rem; border-radius: 999px; background: var(--ink); color: var(--bone); display: grid; gap: .05rem; line-height: 1.25; transition: transform .18s var(--ease-out), background .18s var(--ease-out); }
.header-call span { font-size: .58rem; text-transform: uppercase; letter-spacing: .14em; color: var(--sage-pale); }
.header-call strong { font-size: .77rem; font-weight: 700; }
.header-call:hover { background: var(--amber); transform: translateY(-2px); }

.hero { min-height: min(810px, calc(100vh - 76px)); position: relative; display: grid; align-items: center; overflow: hidden; isolation: isolate; background: var(--ink); color: var(--bone); }
.hero-backdrop { position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(90deg, rgba(15, 24, 22, .97) 0%, rgba(15, 24, 22, .89) 36%, rgba(15, 24, 22, .30) 72%, rgba(15, 24, 22, .18) 100%), url("/manus-storage/deerfield-hero-tile_edc2c5e6.jpg"); background-position: center; background-size: cover; }
.hero-rules { position: absolute; z-index: -1; inset: 0; width: min(1240px, calc(100% - 48px)); margin: 0 auto; pointer-events: none; opacity: .34; }
.hero-rules i { position: absolute; height: 100%; width: 1px; background: var(--light-line); }
.hero-rules i:first-child { left: 0; }.hero-rules i:nth-child(2) { left: 56%; }.hero-rules i:last-child { right: 0; }
.hero-content { padding: 9rem 0 8.5rem; max-width: 1240px; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.55rem; color: #59706a; font-size: .64rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { color: var(--amber); }.eyebrow.light { color: #c2cdc0; }.eyebrow.light span { color: var(--amber-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: .93; letter-spacing: -.055em; }
h1 { max-width: 730px; margin-bottom: 1.65rem; font-size: clamp(4.15rem, 8.2vw, 7.6rem); }
h1 em, h2 em { color: var(--amber-light); font-weight: 600; }
.hero-intro { max-width: 560px; margin-bottom: 2.1rem; color: rgba(243, 240, 232, .84); font-size: clamp(1rem, 1.3vw, 1.13rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .9rem; min-height: 50px; padding: .85rem 1.1rem; border: 1px solid transparent; border-radius: 999px; font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: transform .18s var(--ease-out), box-shadow .18s var(--ease-out), background .18s var(--ease-out), color .18s var(--ease-out); }
.button:hover { transform: translateY(-3px); box-shadow: 0 9px 20px rgba(0,0,0,.18); }.button:active { transform: scale(.97); }
.button-amber { color: #1e211d; background: var(--amber-light); }.button-amber:hover { background: #f0bd86; }
.button-quiet { color: var(--bone); border-color: rgba(243, 240, 232, .46); }.button-quiet:hover { background: rgba(243, 240, 232, .12); }
.trust-line { margin: 2rem 0 0; color: #ccd4c8; font-size: .67rem; letter-spacing: .08em; font-weight: 700; }.trust-line b { color: var(--amber-light); margin: 0 .2rem; }
.hero-specimen { position: absolute; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 9%; width: min(270px, 24vw); padding: 1.3rem 1.4rem 1.55rem; border-radius: 0 24px 0 24px; border: 1px solid rgba(243, 240, 232, .32); background: rgba(24, 33, 31, .48); backdrop-filter: blur(12px); }
.hero-specimen p { margin: .7rem 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; line-height: 1.08; }.specimen-index { color: var(--amber-light); font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.scroll-note { position: absolute; left: max(24px, calc((100vw - 1240px) / 2)); bottom: 2rem; display: flex; align-items: center; gap: .6rem; color: #d8dfd4; font-size: .59rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.scroll-dot { width: 8px; height: 8px; border: 1px solid var(--amber-light); border-radius: 50%; }

.services-section { padding: clamp(6rem, 11vw, 10.5rem) 0; }.section-heading { display: grid; grid-template-columns: minmax(155px, .55fr) 2fr; gap: 2rem; align-items: start; margin-bottom: 3.5rem; }.section-heading .eyebrow { margin-top: 1.15rem; }.section-heading h2, .gallery-heading h2, .contact-heading h2 { margin-bottom: 1.15rem; font-size: clamp(3.4rem, 5.7vw, 6rem); }.section-heading h2 em, .gallery-heading h2 em, .contact-heading h2 em { color: var(--amber); }.section-heading > div > p { max-width: 525px; color: #53615b; font-size: .98rem; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }.service-card { min-height: 300px; padding: 1.6rem; border: 1px solid var(--line); border-radius: 0 24px 0 24px; background: #faf8f2; display: flex; flex-direction: column; transition: transform .22s var(--ease-out), box-shadow .22s var(--ease-out); }.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.service-card:nth-child(1) { grid-column: span 5; }.service-card:nth-child(2) { grid-column: span 4; }.service-card:nth-child(3) { grid-column: span 3; }.service-card:nth-child(4) { grid-column: span 3; }.service-card:nth-child(5) { grid-column: span 4; }.service-card:nth-child(6) { grid-column: span 5; }
.featured-card { background: var(--sage-pale); }.amber-card { background: var(--amber); color: #2a261f; }.service-icon { width: 46px; height: 46px; margin-bottom: auto; color: var(--ink); }.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.25; }.tile-icon { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 2px; }.tile-icon i { border: 1px solid var(--ink); }.tile-icon i:nth-child(2) { background: var(--amber); }
.card-number { margin: 1.8rem 0 .7rem; color: #63736b; font-size: .6rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.amber-card .card-number { color: rgba(42, 38, 31, .7); }.service-card h3 { margin-bottom: .85rem; font-size: clamp(2rem, 2.8vw, 2.8rem); }.service-card > p:last-child { margin-bottom: 0; color: #526159; font-size: .82rem; line-height: 1.65; }.text-link { margin-top: auto; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.text-link span { margin-left: .4rem; font-size: 1rem; }

.about-section { padding: clamp(5rem, 8vw, 8rem) 0; background: var(--ink); color: var(--bone); }.about-layout { display: grid; grid-template-columns: minmax(320px, 1.05fr) minmax(320px, .95fr); gap: clamp(3rem, 9vw, 10rem); align-items: center; }.about-visual { height: 565px; position: relative; }.about-image { position: absolute; inset: 0 3rem 0 0; background: url("/manus-storage/deerfield-gallery-hearth_f929b71b.jpg") center / cover; filter: saturate(.76); }.about-image::after { content: ""; position: absolute; inset: 0; background: rgba(24, 33, 31, .15); }.material-swatch { position: absolute; z-index: 1; right: 0; bottom: 2.5rem; width: 168px; padding: 14px; background: var(--bone); color: var(--ink); }.material-swatch span { display: block; height: 89px; margin-bottom: .65rem; background: repeating-linear-gradient(90deg, #c9c1b3 0 31px, #9e988c 32px 33px); }.material-swatch small { font-size: .56rem; letter-spacing: .12em; font-weight: 800; text-transform: uppercase; }.about-copy h2 { margin-bottom: 1.45rem; color: var(--bone); font-size: clamp(3.6rem, 5.8vw, 6rem); }.about-copy h2 em { color: var(--amber-light); }.about-copy > p:not(.eyebrow) { color: #d0d9cf; font-size: .98rem; }.about-points { margin-top: 2.3rem; border-top: 1px solid var(--light-line); }.about-points p { margin: 0; padding: 1rem 0; border-bottom: 1px solid var(--light-line); display: flex; gap: 1rem; color: #e0e5dc; font-size: .75rem; font-weight: 700; letter-spacing: .04em; }.about-points span { min-width: 1.6rem; color: var(--amber-light); font-size: .6rem; letter-spacing: .12em; }

.gallery-section { padding: clamp(6rem, 10vw, 10rem) 0; }.gallery-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 2rem; align-items: end; margin-bottom: 3rem; }.gallery-heading > p { max-width: 320px; margin-bottom: .65rem; color: #58645e; font-size: .84rem; }.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 135px; gap: 1rem; }.gallery-item { position: relative; margin: 0; overflow: hidden; background: var(--sage-pale); }.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }.gallery-item:hover img { transform: scale(1.04); }.gallery-item figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: .7rem; padding: .75rem .9rem; color: #f8f6f0; background: linear-gradient(transparent, rgba(0,0,0,.76)); font-size: .61rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.gallery-item figcaption small { color: rgba(248,246,240,.72); font-size: .53rem; font-weight: 600; }.item-kitchen { grid-column: span 6; grid-row: span 3; }.item-shower { grid-column: span 3; grid-row: span 4; }.item-hearth { grid-column: span 3; grid-row: span 2; }.item-detail { grid-column: span 3; grid-row: span 2; }.detail-surface { display: grid; width: 100%; height: 100%; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); gap: 3px; background: #7f897e; }.detail-surface span { background: #d3d1c6; }.detail-surface span:nth-child(2), .detail-surface span:nth-child(4) { background: #b9c1ae; }.detail-surface span:nth-child(5) { background: #d5a271; }

.reviews-section { padding: clamp(5.5rem, 9vw, 8.5rem) 0; color: var(--bone); background: #32413c; }.review-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }.review-layout h2 { margin: 0; font-size: clamp(3.7rem, 6vw, 6.2rem); }.review-layout h2 em { color: var(--amber-light); }.review-notice { align-self: stretch; padding: 2rem; border: 1px solid rgba(243,240,232,.35); border-radius: 0 28px 0 28px; background: rgba(24,33,31,.22); display: flex; flex-direction: column; justify-content: center; }.notice-mark { height: 44px; color: var(--amber-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 4.4rem; line-height: .8; }.review-notice p { max-width: 440px; margin: 1.2rem 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.55rem, 2.3vw, 2rem); line-height: 1.06; }.review-notice span { color: #c5d0c2; font-size: .59rem; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; }

.contact-section { padding: clamp(6rem, 11vw, 10rem) 0; }.contact-heading { max-width: 670px; margin-bottom: 3.5rem; }.contact-heading > p:last-child { max-width: 540px; color: #56625d; font-size: .94rem; }.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 1.5rem; align-items: start; }.contact-details { display: grid; gap: .8rem; }.detail-card { position: relative; min-height: 110px; padding: 1.2rem 2.8rem 1.1rem 1.25rem; border: 1px solid var(--line); border-radius: 0 20px 0 20px; background: #faf8f2; display: grid; align-content: center; transition: transform .18s var(--ease-out), background .18s var(--ease-out); }.detail-card:hover { background: var(--sage-pale); transform: translateX(4px); }.detail-card .detail-label { margin-bottom: .45rem; color: #65746d; font-size: .57rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }.detail-card strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.46rem; line-height: 1.02; letter-spacing: -.03em; }.detail-card i { position: absolute; top: 1.15rem; right: 1.2rem; color: var(--amber); font-style: normal; }.map-wrap { overflow: hidden; min-height: 260px; position: relative; background: var(--sage-pale); }.map-wrap iframe { width: 100%; min-height: 260px; border: 0; filter: grayscale(1) contrast(.92); }.map-wrap > a { position: absolute; right: 12px; bottom: 12px; padding: .6rem .75rem; color: var(--bone); background: var(--ink); box-shadow: var(--shadow); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-panel { padding: clamp(1.4rem, 3.6vw, 3.2rem); background: var(--sage-pale); border-radius: 0 42px 0 42px; }.form-intro { padding-bottom: 1.5rem; border-bottom: 1px solid rgba(24,33,31,.2); display: flex; gap: 1rem; align-items: center; }.form-intro p { margin: 0; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.form-number { color: var(--amber); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.8rem; line-height: 1; }form { padding-top: 1.55rem; }.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }.field { margin-bottom: 1.2rem; }.field label { display: block; margin-bottom: .45rem; font-size: .65rem; font-weight: 800; letter-spacing: .05em; }.field label span:not(.optional) { color: var(--amber); }.optional { margin-left: .35rem; color: #65746d; font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.field input, .field textarea { width: 100%; padding: .78rem .85rem; border: 1px solid rgba(24,33,31,.25); border-radius: 0; outline: 0; color: var(--ink); background: rgba(250,248,242,.72); font-size: .89rem; transition: border .18s var(--ease-out), background .18s var(--ease-out), box-shadow .18s var(--ease-out); }.field textarea { min-height: 126px; resize: vertical; }.field input:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 3px 3px 0 var(--amber); background: #fffdf8; }.field small { display: block; margin-top: .35rem; color: #697870; font-size: .57rem; }.button-ink { min-width: 215px; color: var(--bone); background: var(--ink); }.button-ink:hover { background: var(--ink-soft); }.form-note { margin: 1rem 0 0; color: #63736b; font-size: .6rem; }.form-note b { color: var(--amber); }.form-success { padding: 3.5rem 1rem; text-align: center; }.form-success > span { display: grid; width: 45px; height: 45px; place-items: center; margin: 0 auto 1rem; border-radius: 50%; color: var(--bone); background: var(--ink); }.form-success h3 { margin-bottom: .8rem; font-size: 2.3rem; }.form-success p { max-width: 310px; margin: 0 auto; color: #53635b; font-size: .85rem; }

.site-footer { padding: 4.5rem 0 1.45rem; color: var(--bone); background: var(--ink); }.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; padding-bottom: 3.3rem; }.footer-brand p { max-width: 270px; margin: 1.35rem 0 0; color: #bfcdc2; font-size: .78rem; }.footer-column { display: grid; align-content: start; gap: .45rem; }.footer-column > span { margin-bottom: .45rem; color: var(--amber-light); font-size: .57rem; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; }.footer-column address, .footer-column a { color: #d7e0d5; font-size: .75rem; font-style: normal; }.footer-column a:hover { color: var(--amber-light); }.footer-bottom { padding-top: 1.4rem; border-top: 1px solid var(--light-line); display: flex; gap: 1rem; justify-content: space-between; color: #9cad9f; font-size: .59rem; letter-spacing: .06em; }.footer-bottom a:hover { color: var(--amber-light); }

@media (prefers-reduced-motion: no-preference) {
  .hero-content > * { animation: enter .75s var(--ease-out) both; }.hero-content > :nth-child(1) { animation-delay: .02s; }.hero-content > :nth-child(2) { animation-delay: .08s; }.hero-content > :nth-child(3) { animation-delay: .14s; }.hero-content > :nth-child(4) { animation-delay: .2s; }.hero-content > :nth-child(5) { animation-delay: .26s; }
  @keyframes enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 900px) { .site-nav { display: none; }.header-inner { min-height: 70px; }.hero { min-height: 730px; }.hero-content { padding: 8rem 0 9rem; }.hero-specimen { right: 24px; bottom: 5.5rem; width: 230px; }.section-heading { grid-template-columns: 1fr; gap: 0; }.section-heading .eyebrow { margin-top: 0; }.service-card:nth-child(n) { grid-column: span 6; }.about-layout, .contact-layout { grid-template-columns: 1fr; }.about-layout { gap: 3.2rem; }.about-visual { max-width: 640px; height: 470px; }.gallery-grid { grid-auto-rows: 120px; }.item-kitchen { grid-column: span 7; }.item-shower { grid-column: span 5; }.item-hearth { grid-column: span 7; }.item-detail { grid-column: span 5; }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-brand { grid-column: span 3; } }
@media (max-width: 640px) { .shell, .header-inner { width: min(100% - 32px, 1240px); }.header-call { min-width: 0; padding: .55rem .7rem; }.header-call span { display: none; }.header-call strong { font-size: .68rem; }.brand-mark { width: 34px; height: 34px; }.brand-type strong { font-size: 1.13rem; }.hero { min-height: 710px; }.hero-backdrop { background-image: linear-gradient(90deg, rgba(15, 24, 22, .95) 0%, rgba(15, 24, 22, .76) 100%), url("/manus-storage/deerfield-hero-tile_edc2c5e6.jpg"); background-position: 61% center; }.hero-content { padding-top: 6.5rem; padding-bottom: 13rem; }.hero-rules i:nth-child(2) { left: 72%; }.hero-specimen { right: 16px; bottom: 4.7rem; width: 190px; padding: 1rem; }.hero-specimen p { font-size: 1.05rem; }.scroll-note { left: 16px; bottom: 1.75rem; }.trust-line { font-size: .58rem; line-height: 1.8; }.service-grid { gap: .8rem; }.service-card:nth-child(n) { grid-column: span 12; min-height: 250px; }.about-visual { height: 395px; }.about-image { right: 1.4rem; }.material-swatch { width: 130px; bottom: 1.2rem; }.material-swatch span { height: 65px; }.gallery-heading, .review-layout { grid-template-columns: 1fr; }.gallery-heading { gap: .4rem; }.gallery-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 95px; gap: .65rem; }.item-kitchen { grid-column: span 6; grid-row: span 3; }.item-shower { grid-column: span 3; grid-row: span 4; }.item-hearth { grid-column: span 3; grid-row: span 2; }.item-detail { grid-column: span 3; grid-row: span 2; }.gallery-item figcaption { flex-direction: column; gap: .1rem; }.review-notice { padding: 1.4rem; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-panel { border-radius: 0 28px 0 28px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }.footer-brand { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: .45rem; }.map-wrap iframe { min-height: 235px; }.map-wrap { min-height: 235px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
