:root {
    --ink: #241811;
    --cream: #eee3d5;
    --paper: #faf6ef;
    --clay: #a95335;
    --yellow: #d89a3b;
    --sage: #afc2aa;
    --teal: #1f5960;
    --soft-blue: #dbe8e5;
    --line: rgba(25, 35, 31, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background-color: var(--paper); background-image: linear-gradient(rgba(67, 43, 27, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(67, 43, 27, .045) 1px, transparent 1px); background-size: 28px 28px; font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
.wrap { max-width: 1240px; margin: auto; padding: 0 34px; }
header { position: absolute; top: 0; z-index: 2; width: 100%; padding: 26px 0; color: var(--paper); }
nav { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: 'Playfair Display', serif; font-size: 25px; font-weight: 800; letter-spacing: -.8px; }
.logo span { color: var(--yellow); }
.nav-links { display: flex; gap: 30px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a { opacity: .82; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255, 255, 255, .58); padding: 11px 17px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s, background .2s; }
.nav-cta:hover { color: var(--ink); background: var(--paper); }
.hero { min-height: 740px; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: var(--paper); background: #3a251a; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(35, 20, 12, .12), rgba(35, 20, 12, .72)), repeating-linear-gradient(90deg, transparent 0 88px, rgba(255, 231, 197, .045) 89px 90px); }
.hero-craft { position: absolute; top: 50%; right: 10%; z-index: 1; display: grid; gap: 16px; width: min(33vw, 390px); padding: 30px 0 30px 28px; border-left: 1px solid rgba(255, 255, 255, .55); transform: translateY(-54%); }
.hero-craft span, .hero-craft small { color: var(--yellow); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.hero-craft strong { font-family: 'Playfair Display', serif; font-size: clamp(30px, 4vw, 54px); line-height: .98; }
.hero-craft small { color: rgba(251, 250, 247, .68); line-height: 1.6; }
.hero-content { position: relative; z-index: 1; width: 100%; padding-bottom: 76px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: var(--yellow); font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 26px; font-family: 'Playfair Display', serif; font-size: clamp(58px, 9vw, 116px); line-height: .91; letter-spacing: -5px; }
.hero-copy { max-width: 440px; margin-bottom: 31px; color: rgba(251, 250, 247, .8); font-size: 15px; line-height: 1.7; }
.button { display: inline-flex; align-items: center; gap: 19px; padding: 16px 20px; color: var(--ink); background: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button::after { content: '↗'; font-size: 18px; line-height: 0; }
.button:hover { background: #f0c866; transform: translateY(-2px); }
.hero-mark { position: absolute; right: 34px; bottom: 50px; z-index: 1; width: 100px; height: 100px; border: 1px solid rgba(255, 255, 255, .46); border-radius: 50%; display: grid; place-items: center; text-align: center; color: var(--paper); font-size: 9px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.hero-mark::before { content: '✦'; position: absolute; top: -13px; color: var(--yellow); font-size: 21px; }
section { padding: 112px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-label { margin-bottom: 15px; color: var(--clay); font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
h2 { max-width: 600px; margin-bottom: 0; font-family: 'Playfair Display', serif; font-size: clamp(40px, 5vw, 66px); line-height: .98; letter-spacing: -2px; }
.section-intro { max-width: 310px; margin-bottom: 3px; font-size: 14px; line-height: 1.7; opacity: .7; }
.about { background: var(--cream); box-shadow: inset 0 1px rgba(255, 255, 255, .65); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9%; align-items: center; }
.about-photo { height: 545px; object-position: center; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy p { max-width: 460px; margin-bottom: 24px; font-size: 15px; line-height: 1.8; opacity: .75; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); }
.about-facts div { display: grid; gap: 6px; }
.about-facts strong { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; }
.about-facts span { color: rgba(25, 35, 31, .6); font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.services { background: #2b1c14; color: var(--paper); }
.services .section-label { color: var(--yellow); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .22); }
.service { min-height: 250px; padding: 28px 30px 28px 0; border-bottom: 1px solid rgba(255, 255, 255, .22); transition: color .25s, background .25s; }
.service:hover { color: var(--yellow); background: rgba(255, 255, 255, .045); }
.service:hover p { color: rgba(251, 250, 247, .78); }
.service + .service { padding-left: 30px; border-left: 1px solid rgba(255, 255, 255, .22); }
.service-number { color: var(--yellow); font-family: 'DM Mono', monospace; font-size: 12px; }
.service h3 { margin: 36px 0 13px; font-family: 'Playfair Display', serif; font-size: 30px; }
.service p { max-width: 280px; margin-bottom: 0; color: rgba(251, 250, 247, .64); font-size: 13px; line-height: 1.7; }
.work { background: var(--paper); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: -12px 0 30px; }
.filter { padding: 10px 14px; border: 1px solid var(--line); color: var(--ink); background: transparent; font: 500 11px Manrope, sans-serif; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.filter:hover, .filter.active { border-color: var(--ink); color: var(--paper); background: var(--ink); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; background: #d1c9bc; animation: gallery-in .45s ease both; }
.gallery figure[hidden] { display: none; }
.gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery figure:nth-child(4) { grid-row: span 2; }
.gallery figure:nth-child(5), .gallery figure:nth-child(8), .gallery figure:nth-child(11) { grid-column: span 2; }
.gallery figure:nth-child(8) { grid-row: span 2; }
.gallery figure:nth-child(12) { grid-column: span 2; }
.gallery img { height: 100%; transition: transform .5s; }
.gallery figure:hover img { transform: scale(1.04); filter: saturate(1.1); }
.gallery figcaption { position: absolute; bottom: 16px; left: 16px; padding: 8px 10px; color: var(--paper); background: rgba(25, 35, 31, .82); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.gallery-note { display: flex; justify-content: space-between; gap: 20px; margin-top: 17px; color: rgba(25, 35, 31, .58); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
@keyframes gallery-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.process { background: var(--sage); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { padding-top: 22px; border-top: 1px solid var(--ink); }
.step b { display: block; margin-bottom: 28px; font-family: 'DM Mono', monospace; font-size: 12px; }
.step h3 { margin-bottom: 10px; font-family: 'Playfair Display', serif; font-size: 25px; }
.step p { margin-bottom: 0; font-size: 13px; line-height: 1.7; opacity: .7; }
.contact { background: var(--cream); color: var(--ink); }
.contact-intro { margin-bottom: 46px; }
.contact-intro h2 { margin-bottom: 18px; }
.contact-intro > p:last-child { max-width: 570px; margin-bottom: 0; color: rgba(25, 35, 31, .68); font-size: 15px; line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: .92fr 1fr; gap: 7%; align-items: start; }
.contact-info { display: grid; gap: 13px; }
.contact-card { display: flex; align-items: center; gap: 17px; min-height: 82px; padding: 16px 20px; border: 1px solid rgba(25, 35, 31, .12); background: var(--paper); transition: transform .2s, border-color .2s; }
.contact-card:hover { border-color: var(--clay); transform: translateX(4px); }
.contact-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--ink); background: #eadfce; font-size: 19px; }
.contact-info small { display: block; margin-bottom: 7px; color: rgba(25, 35, 31, .54); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { display: block; font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; }
.contact-card em { display: block; margin-top: 4px; color: rgba(25, 35, 31, .56); font-size: 11px; font-style: normal; }
.hours { padding: 20px; border: 1px solid rgba(25, 35, 31, .12); background: #f7f0e5; }
.hours p { display: flex; justify-content: space-between; gap: 15px; margin: 13px 0 0; font-size: 13px; }
.hours p strong { font-weight: 700; }
.quote-form { display: grid; gap: 8px; margin: 0; padding: 34px; border-radius: 22px; color: var(--paper); background: #291910; background-image: repeating-linear-gradient(90deg, transparent 0 4px, rgba(255, 228, 193, .018) 5px 6px); box-shadow: 0 14px 35px rgba(45, 30, 23, .18); }
.quote-form h3 { margin-bottom: 0; font-family: 'Playfair Display', serif; font-size: 25px; font-weight: 600; }
.quote-form > p { margin-bottom: 15px; color: rgba(251, 250, 247, .67); font-size: 13px; line-height: 1.5; }
.quote-form label { margin-top: 5px; color: rgba(251, 250, 247, .68); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.quote-form input, .quote-form textarea { width: 100%; padding: 13px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 10px; outline: 0; resize: vertical; color: var(--paper); background: rgba(255, 255, 255, .06); font: 13px Manrope, sans-serif; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--yellow); }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: rgba(251, 250, 247, .45); }
.quote-form .button { width: 100%; justify-content: center; margin-top: 12px; border: 0; border-radius: 24px; }
.testimonials { background: var(--soft-blue); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
blockquote { margin: 0; padding: 25px; border-top: 2px solid var(--clay); background: var(--paper); }
.stars { margin-bottom: 21px; color: var(--clay); letter-spacing: 3px; }
blockquote p { min-height: 125px; margin-bottom: 24px; font-family: 'Playfair Display', serif; font-size: 18px; line-height: 1.45; }
cite { display: block; font-size: 12px; font-style: normal; font-weight: 800; }
cite span { display: block; margin-top: 5px; font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 400; opacity: .6; }
footer { padding: 25px 0; color: var(--paper); background: var(--ink); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
footer .wrap { display: flex; justify-content: space-between; gap: 20px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 700px) {
    .wrap { padding: 0 20px; }
    header { padding: 20px 0; }
    .nav-links { display: none; }
    .nav-cta { padding: 9px 12px; }
    .hero { min-height: 680px; }
    .hero-craft { display: none; }
    .hero-content { padding-bottom: 30px; }
    h1 { font-size: clamp(53px, 17vw, 86px); letter-spacing: -3px; }
    .hero-mark { right: 20px; bottom: 35px; width: 78px; height: 78px; font-size: 8px; }
    section { padding: 76px 0; }
    .section-head { display: block; margin-bottom: 32px; }
    .section-intro { margin-top: 20px; }
    .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
    .about-photo { height: 390px; }
    .about-facts { gap: 10px; }
    .about-facts strong { font-size: 20px; }
    .about-facts span { font-size: 8px; }
    .services-grid, .process-grid { grid-template-columns: 1fr 1fr; }
    .service { min-height: 230px; padding-right: 15px; }
    .service + .service { padding-left: 15px; }
    .service:nth-child(odd) { border-left: 0; padding-left: 0; }
    .service h3 { margin-top: 27px; font-size: 24px; }
    .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
    .gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
    .gallery figure:nth-child(4), .gallery figure:nth-child(8) { grid-row: span 1; }
    .gallery figure:nth-child(5), .gallery figure:nth-child(8), .gallery figure:nth-child(11), .gallery figure:nth-child(12) { grid-column: span 1; }
    .gallery figure:nth-child(15) { grid-column: span 2; }
    .gallery figure:first-child { grid-row: span 2; }
    .gallery figure:nth-child(4) { grid-column: span 2; }
    .gallery-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
    .filter { flex: 0 0 auto; }
    .gallery-note { display: block; line-height: 2; }
    .testimonial-grid { grid-template-columns: 1fr; }
    blockquote p { min-height: 0; }
    footer .wrap { display: block; line-height: 2; }
}
