/* Sierra Workshop: contemporary California craft—deep Guild Green, sandstone, cream, and copper; asymmetrical material procession; precise, accessible interactions. */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --green: #163c35;
  --green-2: #0e2924;
  --cream: #fbf7ef;
  --sand: #e7d6b9;
  --sand-2: #c9ad80;
  --clay: #ba704d;
  --copper: #bb6a3f;
  --ink: #17312d;
  --body: #4e5852;
  --white: #fffdf8;
  --line: rgba(22, 60, 53, .16);
  --shadow: 0 20px 60px rgba(25, 54, 45, .12);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'DM Sans', system-ui, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, [type='submit'] { cursor: pointer; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: var(--white); border: 2px solid var(--copper); color: var(--green); padding: .7rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.container { width: min(1200px, calc(100% - 3rem)); margin-inline: auto; }
.eyebrow { display: flex; align-items: center; gap: .65rem; color: var(--copper); font-size: .72rem; font-weight: 700; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 1.35rem; height: 1.35rem; background: linear-gradient(90deg, currentColor 0 45%, transparent 45% 55%, rgba(231, 214, 185, .92) 55%), linear-gradient(90deg, rgba(231, 214, 185, .92) 0 45%, transparent 45% 55%, currentColor 55%); background-size: 100% 44%, 100% 44%; background-position: 0 0, 0 100%; background-repeat: no-repeat; content: ''; transform: rotate(-7deg); }
.section-heading { max-width: 40rem; margin: .7rem 0 0; font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(2.35rem, 5vw, 4.45rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.section-lede { max-width: 37rem; margin: 1.25rem 0 0; color: var(--body); font-size: 1.05rem; }
.copper-rule { width: 5rem; height: .35rem; margin: 1.75rem 0 0; background: var(--copper); clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255, 253, 248, .14); background: rgba(14, 41, 36, .94); color: var(--white); backdrop-filter: blur(14px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 76px; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--white); text-decoration: none; font-family: 'DM Serif Display', Georgia, serif; font-size: 1.15rem; letter-spacing: -.02em; white-space: nowrap; }
.brand img { width: 38px; height: 38px; border-radius: 4px; object-fit: contain; }
.nav { display: flex; justify-content: center; gap: clamp(1rem, 2vw, 2rem); }
.nav a { color: rgba(255, 253, 248, .78); font-size: .79rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: color 160ms var(--ease-out); }
.nav a:hover { color: var(--sand); }
.header-call, .button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 1px solid transparent; font-weight: 700; text-decoration: none; transition: transform 160ms var(--ease-out), background-color 180ms var(--ease-out), border-color 180ms var(--ease-out); }
.header-call { min-height: 42px; padding: .65rem 1rem; background: var(--copper); color: var(--white); font-size: .78rem; letter-spacing: .03em; }
.header-call:hover, .button-primary:hover { background: #9e4e2d; }
.header-call:active, .button:active { transform: scale(.97); }

.hero { position: relative; min-height: 680px; overflow: hidden; background: var(--green-2); color: var(--white); isolation: isolate; }
.hero-media { position: absolute; inset: 0 0 0 40%; z-index: -2; background-image: linear-gradient(90deg, var(--green-2) 0%, rgba(14, 41, 36, .84) 10%, rgba(14, 41, 36, .15) 68%, rgba(14, 41, 36, .08) 100%), url('assets/elk-grove-mosaic-hero.jpg'); background-position: center; background-size: cover; clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%); }
.hero::after { position: absolute; right: 7%; bottom: -13%; z-index: -1; width: min(38vw, 520px); aspect-ratio: 1; border: 1px solid rgba(231, 214, 185, .34); content: ''; transform: rotate(33deg); }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 680px; align-items: center; }
.hero-copy { max-width: 42rem; padding: 5.7rem 0 5.2rem; }
.hero .eyebrow { color: var(--sand); }
.hero h1 { max-width: 720px; margin: 1.05rem 0 0; font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(3.55rem, 7.3vw, 7.2rem); font-weight: 400; letter-spacing: -.063em; line-height: .87; }
.hero h1 em { color: var(--sand); font-style: italic; }
.hero p { max-width: 34rem; margin: 1.65rem 0 0; color: rgba(255, 253, 248, .85); font-size: clamp(1.02rem, 1.7vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button { min-height: 52px; padding: .85rem 1.2rem; }
.button-primary { background: var(--copper); color: var(--white); }
.button-secondary { border-color: rgba(255, 253, 248, .5); color: var(--white); }
.button-secondary:hover { border-color: var(--sand); background: rgba(255, 253, 248, .1); }
.trust-row { display: flex; flex-wrap: wrap; gap: .5rem .9rem; margin-top: 2.3rem; color: rgba(255, 253, 248, .8); font-size: .77rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.trust-row span { display: inline-flex; align-items: center; gap: .42rem; }
.trust-row span::before { width: .38rem; height: .38rem; background: var(--copper); content: ''; transform: rotate(45deg); }
.hero-crop-note { align-self: end; justify-self: end; width: 260px; margin: 0 0 2.2rem; padding: 1.15rem 1.2rem; border-left: 3px solid var(--copper); background: rgba(14, 41, 36, .88); color: rgba(255, 253, 248, .9); font-size: .85rem; }
.hero-crop-note strong { display: block; margin-bottom: .2rem; color: var(--sand); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }

.services { padding: 8rem 0 7rem; background-color: var(--cream); background-image: radial-gradient(circle at 1px 1px, rgba(22, 60, 53, .055) 1px, transparent 0); background-size: 14px 14px; }
.services-top { display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.services-top .section-lede { margin-bottom: .25rem; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(2rem, 5vw, 5.5rem); margin-top: 4rem; }
.service-list { display: grid; border-top: 1px solid var(--line); }
.service-card { position: relative; display: grid; grid-template-columns: 58px 1fr auto; gap: 1rem; align-items: center; min-height: 104px; padding: 1.35rem .2rem; border-bottom: 1px solid var(--line); transition: padding 200ms var(--ease-out), color 200ms var(--ease-out); }
.service-card:hover { padding-left: .8rem; color: var(--green); }
.service-card::after { position: absolute; right: 0; bottom: -1px; width: 0; height: 3px; background: var(--copper); content: ''; transition: width 220ms var(--ease-out); }
.service-card:hover::after { width: 36%; }
.service-number { color: var(--copper); font-family: 'DM Serif Display', Georgia, serif; font-size: 1.9rem; font-style: italic; }
.service-card h3 { margin: 0; font-size: 1.05rem; letter-spacing: -.015em; }
.service-card p { margin: .25rem 0 0; color: var(--body); font-size: .91rem; }
.service-mark { color: var(--copper); font-size: 1.7rem; line-height: 1; }
.services-aside { position: relative; min-height: 490px; padding: 2rem; overflow: hidden; background-color: var(--green); background-image: radial-gradient(circle at 1px 1px, rgba(231, 214, 185, .09) 1px, transparent 0); background-size: 13px 13px; color: var(--white); }
.services-aside::before { position: absolute; right: -8%; bottom: -14%; width: 83%; aspect-ratio: 1; border: 35px solid rgba(231, 214, 185, .13); content: ''; transform: rotate(29deg); }
.services-aside > * { position: relative; }
.services-aside h3 { max-width: 17rem; margin: 7rem 0 1rem; font-family: 'DM Serif Display', Georgia, serif; font-size: 2.6rem; font-weight: 400; letter-spacing: -.04em; line-height: .97; }
.services-aside p { max-width: 20rem; color: rgba(255, 253, 248, .8); }
.services-aside .material-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.material-tag { display: inline-block; padding: .45rem .65rem; border: 1px solid rgba(255, 253, 248, .4); color: var(--sand); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.about { position: relative; padding: 7.5rem 0; overflow: hidden; background-color: #efe5d2; background-image: linear-gradient(110deg, rgba(255, 253, 248, .32), transparent 36%), radial-gradient(circle at 1px 1px, rgba(22, 60, 53, .045) 1px, transparent 0); background-size: auto, 16px 16px; }
.about::before { position: absolute; top: 0; right: 0; width: 44%; height: 100%; background: var(--sand); content: ''; clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }
.about-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 8rem); }
.about-copy { padding-top: 1rem; }
.about-copy .section-heading { max-width: 30rem; }
.craft-notes { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-top: 2.4rem; }
.craft-note { padding: 1.1rem 0; border-top: 1px solid var(--line); }
.craft-note b { display: block; margin-bottom: .25rem; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.craft-note span { color: var(--body); font-size: .88rem; }
.about-panel { align-self: center; padding: clamp(2rem, 5vw, 4rem); background-color: var(--white); background-image: linear-gradient(135deg, transparent 0 90%, rgba(187, 106, 63, .14) 90%); box-shadow: var(--shadow); }
.about-panel .eyebrow { color: var(--green); }
.about-panel blockquote { margin: 1.4rem 0; font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.04em; line-height: 1.05; }
.about-panel p { color: var(--body); }
.about-signature { display: flex; align-items: center; gap: .8rem; margin-top: 2rem; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.about-signature::before { width: 2.6rem; height: 2px; background: var(--copper); content: ''; }

.gallery { padding: 8rem 0; background-color: var(--green-2); background-image: linear-gradient(135deg, rgba(231, 214, 185, .035) 25%, transparent 25%, transparent 50%, rgba(231, 214, 185, .035) 50%, rgba(231, 214, 185, .035) 75%, transparent 75%); background-size: 18px 18px; color: var(--white); }
.gallery-head { display: grid; grid-template-columns: 1fr .75fr; gap: 3rem; align-items: end; }
.gallery .eyebrow { color: var(--sand); }
.gallery .section-lede { color: rgba(255, 253, 248, .72); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .6fr; grid-template-rows: 470px; gap: 1rem; margin-top: 3.5rem; }
.gallery-item { position: relative; overflow: hidden; background: #2c514a; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease-out); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 1.25rem; background: linear-gradient(0deg, rgba(8, 31, 27, .9), transparent); }
.gallery-item small { display: block; margin-bottom: .25rem; color: var(--sand); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.gallery-item span { font-family: 'DM Serif Display', Georgia, serif; font-size: 1.3rem; }
.gallery-placeholder { display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; background: linear-gradient(135deg, #c68b63 0%, #d6b27d 49%, #456157 49%, #456157 100%); }
.gallery-placeholder .mosaic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; width: 100%; max-width: 190px; }
.gallery-placeholder .mosaic-grid i { display: block; aspect-ratio: 1; background: rgba(255, 253, 248, .74); }
.gallery-placeholder .mosaic-grid i:nth-child(2n) { background: var(--green); }
.gallery-placeholder .mosaic-grid i:nth-child(3n) { background: var(--copper); }
.gallery-placeholder p { margin: 0; color: var(--white); font-size: .85rem; font-weight: 700; }
.gallery-disclaimer { margin: 1.2rem 0 0; color: rgba(255, 253, 248, .6); font-size: .77rem; }

.reviews { position: relative; padding: 7rem 0; overflow: hidden; background-color: var(--cream); background-image: radial-gradient(circle at 1px 1px, rgba(22, 60, 53, .05) 1px, transparent 0); background-size: 15px 15px; }
.reviews::before { position: absolute; bottom: -11rem; left: -8rem; width: 28rem; aspect-ratio: 1; border: 26px solid rgba(187, 106, 63, .12); content: ''; transform: rotate(23deg); }
.reviews-panel { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 4rem; padding: clamp(2rem, 5vw, 4rem); border-top: 5px solid var(--copper); background-color: var(--white); background-image: linear-gradient(135deg, transparent 0 94%, rgba(231, 214, 185, .8) 94%); box-shadow: var(--shadow); }
.reviews-panel h2 { margin: .7rem 0 0; font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.review-notice { display: flex; align-items: start; gap: 1rem; padding: 1.6rem; border-left: 3px solid var(--copper); background-color: #f3eadb; background-image: linear-gradient(90deg, rgba(22, 60, 53, .045) 1px, transparent 1px), linear-gradient(rgba(22, 60, 53, .045) 1px, transparent 1px); background-size: 10px 10px; }
.review-notice svg { flex: 0 0 auto; width: 26px; color: var(--copper); }
.review-notice p { margin: 0; color: var(--body); }
.review-notice strong { display: block; margin-bottom: .28rem; color: var(--green); }

.contact { position: relative; padding: 8rem 0; overflow: hidden; background-color: #e6d5b7; background-image: radial-gradient(circle at 1px 1px, rgba(22, 60, 53, .06) 1px, transparent 0); background-size: 14px 14px; }
.contact::after { position: absolute; top: 3rem; right: -10rem; width: 40rem; aspect-ratio: 1; border: 1px solid rgba(22, 60, 53, .18); content: ''; transform: rotate(41deg); }
.contact-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 6vw, 7rem); align-items: start; }
.contact-left { padding-top: 1rem; }
.contact-left .section-heading { max-width: 28rem; }
.contact-list { display: grid; gap: 1.25rem; margin: 2.6rem 0 0; }
.contact-list a, .contact-list address { display: block; color: var(--green); font-style: normal; font-weight: 600; text-decoration: none; }
.contact-list small { display: block; margin-bottom: .18rem; color: var(--copper); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.map-wrap { margin-top: 2.5rem; border: 8px solid rgba(255, 253, 248, .6); box-shadow: var(--shadow); }
.map-wrap iframe { display: block; width: 100%; height: 230px; border: 0; }
.map-caption { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem; background: var(--green); color: var(--white); font-size: .74rem; }
.map-caption a { color: var(--sand); font-weight: 700; }
.form-card { position: relative; padding: clamp(1.5rem, 4vw, 3rem); border-top: 6px solid var(--copper); background-color: var(--green); background-image: linear-gradient(135deg, transparent 0 86%, rgba(231, 214, 185, .13) 86%); color: var(--white); box-shadow: var(--shadow); }
.form-card::before { position: absolute; top: 1rem; right: 1rem; width: 2.4rem; height: 2.4rem; background: linear-gradient(90deg, var(--sand) 0 43%, transparent 43% 57%, var(--copper) 57%), linear-gradient(90deg, var(--copper) 0 43%, transparent 43% 57%, var(--sand) 57%); background-size: 100% 43%, 100% 43%; background-position: 0 0, 0 100%; background-repeat: no-repeat; content: ''; opacity: .85; transform: rotate(-7deg); }
.form-card > * { position: relative; }
.form-card h3 { margin: .7rem 0 0; font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.form-card > p { color: rgba(255, 253, 248, .76); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.form-field { display: grid; gap: .45rem; }
.form-field-full { grid-column: 1 / -1; }
label { color: var(--sand); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
input, textarea { width: 100%; border: 1px solid rgba(255, 253, 248, .35); border-radius: 0; background: rgba(255, 253, 248, .08); color: var(--white); padding: .82rem .9rem; }
input::placeholder, textarea::placeholder { color: rgba(255, 253, 248, .58); }
textarea { min-height: 110px; resize: vertical; }
.form-card .button { margin-top: 1.25rem; width: 100%; border: 0; }
.form-privacy { margin: .9rem 0 0; color: rgba(255, 253, 248, .59); font-size: .75rem; }
#form-success { display: none; padding: 2rem; border-left: 3px solid var(--copper); background: rgba(255, 253, 248, .12); color: var(--white); }
#form-success strong { display: block; margin-bottom: .4rem; color: var(--sand); font-family: 'DM Serif Display', Georgia, serif; font-size: 1.8rem; font-weight: 400; }

.site-footer { padding: 4.5rem 0 2rem; background: var(--green-2); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; padding-bottom: 3rem; }
.footer-brand { max-width: 21rem; }
.footer-brand p { color: rgba(255, 253, 248, .68); font-size: .9rem; }
.footer-heading { margin: 0 0 .9rem; color: var(--sand); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-list { display: grid; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.footer-list a, .footer-list address { color: rgba(255, 253, 248, .75); font-size: .86rem; font-style: normal; text-decoration: none; }
.footer-list a:hover { color: var(--sand); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid rgba(255, 253, 248, .17); color: rgba(255, 253, 248, .52); font-size: .75rem; }

@media (max-width: 820px) {
  .container { width: min(100% - 2rem, 1200px); }
  .header-inner { grid-template-columns: auto auto; gap: 1rem; min-height: 70px; }
  .nav { display: none; }
  .header-call { justify-self: end; }
  .hero { min-height: 710px; }
  .hero-media { inset: 0; opacity: .6; clip-path: none; background-image: linear-gradient(90deg, rgba(14, 41, 36, .94), rgba(14, 41, 36, .55)), url('assets/elk-grove-mosaic-hero.jpg'); }
  .hero-inner { display: block; min-height: 710px; }
  .hero-copy { padding-top: 7rem; }
  .hero-crop-note { display: none; }
  .services-top, .gallery-head, .about-grid, .contact-grid, .reviews-panel { grid-template-columns: 1fr; display: grid; }
  .services-top { gap: .6rem; align-items: start; }
  .service-layout { grid-template-columns: 1fr; }
  .services-aside { min-height: 360px; }
  .services-aside h3 { margin-top: 4rem; }
  .about::before { width: 75%; }
  .about-panel { margin-top: 1rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 410px 310px; }
  .gallery-item:first-child { grid-column: 1 / -1; }
  .reviews-panel { gap: 1.7rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .brand { font-size: 1rem; }
  .brand img { width: 31px; height: 31px; }
  .header-call { padding: .57rem .68rem; font-size: .68rem; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.5rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: .7rem; }
  .services, .gallery, .contact { padding: 5.5rem 0; }
  .about, .reviews { padding: 5rem 0; }
  .service-card { grid-template-columns: 42px 1fr auto; gap: .55rem; }
  .service-card p { font-size: .82rem; }
  .craft-notes, .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 355px 355px 280px; }
  .gallery-item:first-child { grid-column: auto; }
  .map-caption, .footer-bottom { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise-in 650ms var(--ease-out) both; }
  .hero-copy > :nth-child(2) { animation-delay: 60ms; }
  .hero-copy > :nth-child(3) { animation-delay: 120ms; }
  .hero-copy > :nth-child(4) { animation-delay: 180ms; }
  .hero-copy > :nth-child(5) { animation-delay: 240ms; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
