:root{color:#2b2723;background:#fbf7ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility;--cream: #fbf7ef;--cream-deep: #f0e4d0;--gold: #c9963e;--gold-light: #f4d694;--charcoal: #2b2723;--brown: #7a5637;--bronze: #9d6b34;--white: #ffffff;--muted: #6e6256;--border: rgba(43, 39, 35, .12);--shadow: 0 20px 60px rgba(80, 52, 20, .12);--soft-shadow: 0 10px 26px rgba(80, 52, 20, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit}button,input,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(20px,5vw,72px);background:#fbf7eff0;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--charcoal);font-weight:800;text-decoration:none;white-space:nowrap}.brand-mark{display:grid;width:40px;height:40px;place-items:center;border-radius:999px;background:var(--charcoal);color:var(--gold-light);font-size:.85rem;letter-spacing:0}.nav-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px;color:var(--muted);font-size:.95rem;font-weight:700}.nav-links a{padding:8px 0;text-decoration:none}.nav-links a:hover,.nav-links a:focus-visible{color:var(--brown)}main section{scroll-margin-top:88px}.section{padding:84px clamp(20px,5vw,72px)}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:center;min-height:calc(100vh - 74px);gap:48px;padding-top:64px;background:radial-gradient(circle at 18% 22%,rgba(244,214,148,.45),transparent 31%),linear-gradient(135deg,#fffaf0,#fbf7ef 48%,#eee0ca)}.hero-content{max-width:760px}.eyebrow{margin:0 0 12px;color:var(--bronze);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:20px;color:var(--charcoal);font-size:clamp(2.75rem,7vw,5.7rem);line-height:.98;letter-spacing:0}h2{margin-bottom:16px;color:var(--charcoal);font-size:clamp(2rem,4vw,3.25rem);line-height:1.06;letter-spacing:0}h3{margin-bottom:10px;color:var(--charcoal);font-size:1.15rem}p{color:var(--muted)}.hero-subheadline{max-width:680px;font-size:clamp(1.06rem,2vw,1.35rem)}.hero-actions,.hero-panel,.card-grid,.gallery-grid,.steps{display:grid;gap:18px}.hero-actions{display:flex;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:12px 22px;font-weight:800;text-decoration:none;cursor:pointer}.button.primary{background:var(--charcoal);color:var(--white);box-shadow:0 10px 28px #2b27232e}.button.secondary{background:var(--white);border-color:var(--border);color:var(--charcoal)}.button.ghost{background:#ffffff75;border-color:#2b27231f;color:var(--charcoal)}.button:hover,.button:focus-visible{transform:translateY(-1px)}.hero-panel{grid-template-columns:1fr 1fr;padding:18px;border:1px solid rgba(255,255,255,.62);border-radius:28px;background:#ffffff75;box-shadow:var(--shadow)}.sample-card{display:flex;flex-direction:column;justify-content:flex-end;min-height:170px;align-items:flex-end;border:1px solid rgba(255,255,255,.65);border-radius:24px;padding:18px;background:linear-gradient(145deg,#ffffff3d,#fff0),var(--gold);color:var(--charcoal);font-weight:900;box-shadow:inset 0 1px #fff6}.sample-card small{display:block;width:100%;margin-bottom:8px;color:inherit;font-size:.78rem;font-weight:800;opacity:.78}.sample-card span{display:block;width:100%;font-size:1.35rem}.sample-card.large{min-height:280px;grid-row:span 2;background:linear-gradient(150deg,rgba(255,255,255,.2),transparent),linear-gradient(135deg,#f4d694,#c9963e)}.sample-card.bronze{background:linear-gradient(135deg,#b98243,#6a4328);color:var(--white)}.sample-card.cream{background:linear-gradient(135deg,#fffaf0,#e9d5b5)}.sample-card.dark{background:linear-gradient(135deg,#46392f,#211c18);color:var(--gold-light)}.section-heading{max-width:760px;margin-bottom:34px}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.gallery-card,.contact-card,.quote-form,.steps article,details{border:1px solid var(--border);border-radius:22px;background:var(--white);box-shadow:0 12px 40px #50341414}.card{padding:28px}.service-card{transition:transform .16s ease,box-shadow .16s ease}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-icon{display:grid;width:44px;height:44px;margin-bottom:22px;place-items:center;border-radius:14px;background:#f8edd9;color:var(--bronze);font-weight:900}.split-section{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:44px;background:var(--charcoal)}.split-section h2,.split-section p{color:var(--white)}.split-section .eyebrow{color:var(--gold-light)}.category-list{display:flex;flex-wrap:wrap;gap:12px}.category-list span{border:1px solid rgba(244,214,148,.35);border-radius:999px;padding:12px 16px;background:#ffffff14;color:var(--white);font-weight:700}.gallery-section{background:#fffaf2}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-card{overflow:hidden;transition:transform .16s ease,box-shadow .16s ease}.gallery-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.gallery-card h3,.gallery-card p{padding-inline:20px}.gallery-card h3{margin-top:18px}.gallery-card p{margin-bottom:22px}.gallery-art{position:relative;display:flex;min-height:210px;align-items:flex-end;padding:18px;overflow:hidden;background:linear-gradient(135deg,#e9d4aa,#b98243)}.gallery-art span{position:relative;z-index:1;border-radius:999px;padding:8px 12px;background:#ffffffe0;color:var(--charcoal);font-size:.85rem;font-weight:800}.product-shape{position:absolute;right:20px;bottom:22px;width:82px;height:112px;border:5px solid rgba(255,255,255,.78);border-radius:18px 18px 26px 26px;background:#ffffff29;box-shadow:inset 0 0 0 1px #2b27230f,0 18px 34px #2b272329}.product-shape:before,.product-shape:after{position:absolute;content:"";background:#ffffffbf}.product-shape:before{top:30px;right:-28px;width:34px;height:42px;border:5px solid rgba(255,255,255,.78);border-left:0;border-radius:0 22px 22px 0;background:transparent}.product-shape:after{left:18px;right:18px;bottom:20px;height:8px;border-radius:999px}.art-2 .product-shape{width:108px;height:84px;border-radius:8px;transform:rotate(-3deg)}.art-2 .product-shape:before{inset:-16px auto auto 18px;width:74px;height:16px;border:0;border-radius:999px;background:#ffffffc2}.art-3 .product-shape{width:92px;height:104px;border-radius:28px 28px 14px 14px}.art-3 .product-shape:before{top:-28px;left:20px;width:44px;height:32px;border:5px solid rgba(255,255,255,.78);border-bottom:0;border-radius:24px 24px 0 0}.art-4 .product-shape{width:118px;height:64px;border-radius:12px}.art-5 .product-shape{width:96px;height:96px;border-radius:20px;transform:rotate(7deg)}.art-6 .product-shape{width:78px;height:78px;border-radius:50%}.art-4 .product-shape:before,.art-5 .product-shape:before,.art-6 .product-shape:before{display:none}.art-2,.art-5{background:linear-gradient(135deg,#4a4038,#c9963e)}.art-3,.art-6{background:linear-gradient(135deg,#fff7e8,#9d6b34)}.steps{grid-template-columns:repeat(4,minmax(0,1fr))}.steps article{padding:24px}.steps span{display:grid;width:36px;height:36px;margin-bottom:18px;place-items:center;border-radius:50%;background:var(--gold);color:var(--charcoal);font-weight:900}.quote-section{display:grid;grid-template-columns:.78fr 1.22fr;gap:42px;align-items:start;background:linear-gradient(135deg,#f4ead8,#fffaf0)}.quote-intro{position:sticky;top:105px}.quote-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:26px}label{display:grid;gap:8px;color:var(--charcoal);font-size:.92rem;font-weight:800}input,textarea{width:100%;border:1px solid var(--border);border-radius:14px;padding:13px 14px;background:#fffdf8;color:var(--charcoal);outline:none}input:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px #c9963e29}textarea{resize:vertical}.full{grid-column:1 / -1}.success-message{grid-column:1 / -1;margin:0;border:1px solid rgba(93,68,41,.14);border-radius:16px;padding:14px 16px;background:linear-gradient(135deg,#fff8e8,#f7ecd2);color:#5d4429;font-weight:700}.faq-list{display:grid;gap:14px}details{padding:20px 22px}summary{color:var(--charcoal);font-weight:900;cursor:pointer}details p{margin:14px 0 0}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.contact-card{padding:30px}.contact-card span{display:block;margin-bottom:8px;color:var(--bronze);font-weight:900;text-transform:uppercase}.contact-card a{overflow-wrap:anywhere;color:var(--charcoal);font-weight:900}.contact-card p{margin-top:18px}.contact-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.contact-button{display:grid;min-height:116px;align-content:space-between;gap:10px;border:1px solid var(--border);border-radius:18px;padding:16px;background:#fffaf2;text-decoration:none;box-shadow:var(--soft-shadow);transition:transform .16s ease,border-color .16s ease}.contact-button:hover,.contact-button:focus-visible{border-color:#c9963e7a;transform:translateY(-2px)}.contact-button strong{color:var(--charcoal);font-size:1.08rem}.contact-button small{color:var(--muted);font-weight:700}.contact-note{font-size:.9rem}.site-footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:20px;padding:30px clamp(20px,5vw,72px);background:var(--charcoal)}.site-footer p{margin:0;color:#f8edd9;font-weight:700}@media(max-width:900px){.site-header,.contact-section,.quote-section,.split-section,.hero{grid-template-columns:1fr}.site-header{display:grid;gap:12px}.nav-links{justify-content:flex-start}.hero{min-height:auto}.quote-intro{position:static}.card-grid.three,.gallery-grid,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr}}@media(max-width:620px){.site-header{padding-inline:16px}.brand{font-size:.98rem}.brand-mark{width:36px;height:36px}.nav-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:6px;font-size:.86rem}.nav-links a{border:1px solid var(--border);border-radius:999px;padding:8px 10px;background:#ffffff8c;text-align:center}.section{padding:58px 16px}.hero-panel,.card-grid.three,.gallery-grid,.steps,.quote-form,.contact-buttons{grid-template-columns:1fr}.sample-card,.sample-card.large{min-height:150px}.hero-actions,.quote-actions,.button,.quote-actions .button{width:100%}.quote-form,.contact-card,.card{padding:20px}.site-footer{display:grid}}
