:root{--paper: #fffaf3;--cream: #f4eadc;--ink: #24322c;--muted: #65746d;--sage: #6f8d72;--rose: #bd6672;--blue: #385f74;--white: #ffffff;--line: rgba(36, 50, 44, .16);--shadow: 0 16px 40px rgba(36, 50, 44, .16);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);line-height:1.6}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.05;font-family:Georgia,Times New Roman,serif;font-weight:700}h1{max-width:12ch;font-size:4rem}h2{font-size:2.4rem}h3{font-size:1.35rem}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:72px;padding:.9rem 5vw;background:#fffaf3f0;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:.7rem;font-weight:800;text-decoration:none}.brand-logo{height:48px;width:auto}.brand-name{font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:1.18rem;letter-spacing:.01em}.site-nav{display:flex;align-items:center;gap:1.2rem;color:var(--muted);font-size:.95rem}.site-nav a{text-decoration:none}.site-nav a:hover{color:var(--ink)}.hero{position:relative;display:grid;min-height:82svh;align-items:end;padding:6rem 5vw 4rem;color:var(--white);background-image:linear-gradient(90deg,#17231fd1,#17231f7a,#17231f2e),var(--hero-image);background-position:center;background-size:cover}.hero-inner{width:min(100%,1060px);margin:0 auto}.eyebrow{margin-bottom:.8rem;color:var(--rose);font-size:.78rem;font-weight:800;text-transform:uppercase}.hero .eyebrow{color:#f3c3b8}.hero-copy{max-width:42rem;margin-top:1rem;font-size:1.25rem}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:.72rem 1.05rem;border:1px solid transparent;border-radius:6px;font-weight:800;text-decoration:none}.button.primary{color:var(--white);background:var(--rose)}.button.secondary{color:var(--ink);background:var(--white);border-color:var(--line)}.button.disabled{color:var(--muted);background:var(--cream);border-color:var(--line)}.intro-band{padding:1rem 5vw;background:var(--ink);color:var(--white)}.highlight-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,1060px);margin:0 auto;gap:1rem}.highlight{display:grid;gap:.12rem;padding:.55rem 0}.highlight strong{color:#f2cf8d;font-family:Georgia,Times New Roman,serif;font-size:1.5rem}.highlight span{color:#ffffffc2;font-size:.92rem}.section{width:min(100% - 10vw,1120px);margin:0 auto;padding:5rem 0}.two-column{display:grid;grid-template-columns:.85fr 1fr;gap:4rem;align-items:start}.two-column p:last-child{color:var(--muted);font-size:1.12rem}.section-heading{margin-bottom:1.6rem}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.service-card,.faq-list article{border:1px solid var(--line);border-radius:8px;background:var(--white)}.service-card{display:flex;min-height:260px;flex-direction:column;justify-content:space-between;gap:2rem;padding:1.2rem}.service-card p,.faq-list p,.page-hero p{color:var(--muted)}.service-card strong{color:var(--blue)}.feature-section{padding-top:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));gap:.35rem}.gallery-card{margin:0;overflow:hidden;background:var(--cream)}.gallery-card img{width:100%;height:100%;aspect-ratio:1;object-fit:cover}.text-link{display:inline-block;margin-top:1.4rem;color:var(--blue);font-weight:800}.about-section{display:grid;grid-template-columns:.9fr 1fr;gap:3rem;align-items:center}.about-section img{width:100%;aspect-ratio:5 / 4;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.about-section p{color:var(--muted);font-size:1.05rem}.area-list{display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:1.4rem 0 0;list-style:none}.area-list li{padding:.45rem .65rem;border:1px solid var(--line);border-radius:6px;background:var(--cream);font-size:.9rem;font-weight:700}.faq-section{padding-top:2rem}.faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.faq-list article{padding:1.2rem}.faq-list p{margin-top:.55rem}.contact-band{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:min(100% - 10vw,1120px);margin:1rem auto 5rem;padding:2rem;color:var(--white);background:var(--blue);border-radius:8px}.contact-band .eyebrow,.contact-band p{color:#ffffffc7}.site-footer{display:grid;grid-template-columns:1fr auto auto;gap:1.5rem;padding:2rem 5vw;color:var(--white);background:var(--ink)}.footer-brand{display:grid;gap:.45rem;justify-items:start}.footer-logo{height:60px;width:auto;margin-bottom:.25rem}.site-footer p,.footer-links{color:#ffffffb8}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-links a{text-decoration:none}.copyright{text-align:right}.page-hero{width:min(100% - 10vw,1120px);margin:0 auto;padding:5rem 0 2rem}.page-hero h1{max-width:15ch;color:var(--ink);font-size:3.4rem}.page-hero p:last-child{max-width:48rem;margin-top:1rem}.gallery-page-section{width:min(100% - 1rem,1440px);padding-top:1rem}.gallery-hero{width:min(100% - 1rem,1440px);padding:3rem 0 .75rem}.gallery-hero h1{max-width:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.15rem;font-weight:800;letter-spacing:0;text-transform:uppercase}@media(max-width:900px){h1{font-size:2.7rem}h2{font-size:2rem}.site-header{align-items:flex-start;flex-direction:column;gap:.8rem}.site-nav{width:100%;overflow-x:auto;padding-bottom:.25rem}.hero{min-height:76svh;padding-top:5rem;background-position:center}.highlight-row,.two-column,.about-section,.faq-list,.contact-band,.site-footer{grid-template-columns:1fr}.service-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-column,.about-section{gap:2rem}.contact-band{display:grid}.copyright{text-align:left}}@media(max-width:560px){h1{font-size:2.35rem}h2,.page-hero:not(.gallery-hero) h1{font-size:1.85rem}.hero{min-height:72svh;padding-bottom:3rem}.highlight-row,.service-grid{grid-template-columns:1fr}.gallery-grid{gap:.25rem}.section{padding:3.6rem 0}.gallery-page-section{padding-top:.75rem}.service-card{min-height:auto}}
