@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-semibold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Serif Display"; src: url("/assets/fonts/dm-serif-display-regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Serif Display"; src: url("/assets/fonts/dm-serif-display-italic.ttf") format("truetype"); font-weight: 400; font-style: italic; font-display: swap; }

:root { --ink: #132126; --ink-soft: #243439; --cream: #f7f4ee; --paper: #fff; --muted: #6f7b7b; --line: #dfe3df; --amber: #e2ad45; --coral: #dc694f; --olive: #8ba36e; --blue: #76b9c1; --sans: "DM Sans", Arial, sans-serif; --serif: "DM Serif Display", Georgia, serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1200px, calc(100% - 72px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 1rem; padding: .7rem 1rem; color: var(--ink); background: var(--amber); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; color: var(--paper); transition: color .25s, background .25s, box-shadow .25s; }
.site-header.is-scrolled { color: var(--ink); background: rgba(247, 244, 238, .94); box-shadow: 0 1px 0 rgba(19,33,38,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-size: 1rem; font-weight: 700; letter-spacing: -.045em; white-space: nowrap; }
.brand-mark { display: grid; width: 30px; height: 30px; place-items: center; color: var(--amber); border: 1px solid currentColor; font-size: .56rem; font-weight: 700; letter-spacing: .02em; }
.brand-accent { color: var(--amber); }.brand small { margin-left: .08rem; color: currentColor; font-size: .7em; font-weight: 400; letter-spacing: 0; opacity: .58; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.8vw, 2.2rem); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.main-nav a { position: relative; padding: .4rem 0; opacity: .86; }.main-nav a::after { position: absolute; right: 100%; bottom: 0; left: 0; height: 2px; background: var(--amber); content: ""; transition: right .25s; }.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; align-items: center; gap: .65rem; padding: 0; color: currentColor; border: 0; background: none; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 21px; height: 1px; background: currentColor; }.menu-toggle i { position: relative; }.menu-toggle i::before, .menu-toggle i::after { position: absolute; left: 0; content: ""; }.menu-toggle i::before { top: -7px; }.menu-toggle i::after { top: 7px; }

.hero { position: relative; min-height: 760px; isolation: isolate; color: var(--paper); background: var(--ink); }.hero-art { position: absolute; z-index: -1; top: 0; right: 0; width: 62%; height: 100%; overflow: hidden; }.hero-art::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(19,33,38,.9) 12%, rgba(19,33,38,.08) 61%, rgba(19,33,38,.18)), linear-gradient(0deg, rgba(19,33,38,.34), transparent 55%); content: ""; }.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center right; opacity: .91; }.hero-art-label { position: absolute; z-index: 1; right: 7%; bottom: 8%; color: rgba(247,244,238,.72); font-size: .64rem; font-weight: 600; letter-spacing: .18em; line-height: 1.55; text-align: right; }
.hero-inner { min-height: 760px; display: flex; align-items: center; }.hero-copy { max-width: 590px; padding-top: 2.5rem; }.eyebrow { margin: 0 0 1.1rem; color: var(--coral); font-size: .67rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }.eyebrow-light { color: var(--amber); }
.hero h1 { margin: 0; font-size: clamp(4rem, 8vw, 7.3rem); font-weight: 600; line-height: .9; letter-spacing: -.085em; }.hero h1 em { color: var(--amber); font-family: var(--serif); font-size: 1.02em; font-style: italic; font-weight: 400; letter-spacing: -.08em; }.hero-lede { margin: 1.7rem 0 2.1rem; color: #d9e0dd; font-family: var(--serif); font-size: 1.45rem; font-style: italic; }.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: .75rem; padding: .75rem 1.25rem; border: 1px solid transparent; font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s, color .2s, background .2s, border-color .2s; }.button:hover, .button:focus-visible { transform: translateY(-2px); }.button-primary { color: var(--ink); background: var(--amber); }.button-primary:hover { background: var(--paper); }.button-ghost { color: var(--paper); border-color: rgba(247,244,238,.55); }.button-ghost:hover { color: var(--ink); background: var(--paper); }.button-dark { color: var(--paper); background: var(--ink); }.button-dark:hover { background: var(--coral); }
.hero-meta { display: flex; align-items: center; gap: .8rem; margin-top: 5rem; color: #9eacab; font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }.hero-meta span:first-child { color: var(--amber); }.hero-meta i { width: 45px; height: 1px; background: rgba(247,244,238,.35); }.hero-scroll { position: absolute; right: 4%; bottom: 34px; width: 31px; height: 52px; border: 1px solid rgba(247,244,238,.45); border-radius: 18px; }.hero-scroll span { position: absolute; top: 10px; left: 50%; width: 3px; height: 10px; background: var(--amber); border-radius: 3px; transform: translateX(-50%); animation: scroll 1.8s infinite; } @keyframes scroll { 0%, 100% { opacity: 0; transform: translate(-50%, 0); } 25% { opacity: 1; } 75% { opacity: 0; transform: translate(-50%, 18px); } }

.features { background: var(--paper); border-bottom: 1px solid var(--line); }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.feature-card { min-height: 245px; padding: 2.5rem 2.6rem 2.7rem; border-right: 1px solid var(--line); }.feature-card:first-child { border-left: 1px solid var(--line); }.feature-blue { --feature-color: var(--blue); }.feature-green { --feature-color: var(--olive); }.feature-orange { --feature-color: var(--coral); }.feature-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.2rem; color: var(--feature-color); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.45rem; line-height: 1; }.feature-card h2 { margin: 0 0 .65rem; font-size: 1.25rem; letter-spacing: -.045em; }.feature-card p { max-width: 290px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.section { padding: clamp(5.5rem, 10vw, 9rem) 0; }.about-section { background: var(--cream); }.about-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }.section-heading h2, .stats-heading h2 { margin: 0; font-size: clamp(2.9rem, 5.4vw, 5.4rem); font-weight: 600; line-height: .96; letter-spacing: -.085em; }.section-heading h2 em, .stats-heading h2 em { color: var(--coral); font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.075em; }.rule { width: 54px; height: 3px; margin-top: 1.6rem; background: var(--amber); }.service-guide { margin-top: 2.2rem; color: #586568; font-size: .84rem; line-height: 1.78; }.service-guide p { margin: 0 0 1.3rem; }.service-guide h3 { margin: 2rem 0 .55rem; color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.service-guide h4 { margin: 1.3rem 0 .35rem; color: var(--ink); font-size: .87rem; font-weight: 600; }.service-guide strong { color: var(--ink); font-weight: 600; }.service-guide .quality-line { color: var(--coral); font-weight: 700; }
.about-media { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; align-items: start; }.media-card { margin: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); }.media-frame { display: grid; min-height: 0; place-items: center; background: #f0f1ed; }.media-frame img { width: 100%; height: 100%; object-fit: contain; }.media-main .media-frame { aspect-ratio: 1 / 1; padding: 1.1rem; }.media-side .media-frame { aspect-ratio: 1 / 1.08; padding: .85rem; }.media-card figcaption { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: .9rem 1rem 1rem; }.media-card figcaption span { color: var(--coral); font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.media-card figcaption strong { color: var(--ink); font-size: .78rem; font-weight: 600; }.media-strip { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); gap: 1rem; }.media-strip .media-frame { aspect-ratio: 1.68 / 1; padding: .7rem; }.about-note { display: grid; grid-template-columns: .35fr 1fr auto; gap: 2rem; align-items: center; margin-top: clamp(3rem, 7vw, 6rem); padding-top: 1.4rem; border-top: 1px solid var(--line); }.note-number { color: var(--coral); font-size: .65rem; font-weight: 700; letter-spacing: .14em; }.about-note p { max-width: 450px; margin: 0; font-family: var(--serif); font-size: 1.3rem; line-height: 1.2; }.about-note a { display: inline-flex; gap: .75rem; align-items: center; color: var(--coral); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.gallery-section { color: var(--paper); background: var(--ink); }.section-heading-wide { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }.gallery-section .section-heading h2 { font-size: clamp(3.3rem, 7vw, 7rem); }.gallery-section .section-heading h2 em { color: var(--amber); }.section-intro { max-width: 345px; margin: 0 0 .3rem; color: #aab6b2; font-size: .82rem; line-height: 1.7; }.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }.gallery-item { position: relative; aspect-ratio: 1.55 / 1; overflow: hidden; padding: 0; border: 0; background: #273438; text-align: left; }.gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: .88; transition: transform .45s, opacity .45s; }.gallery-item:hover img, .gallery-item:focus-visible img { opacity: .55; transform: scale(1.06); }.gallery-label { position: absolute; right: .9rem; bottom: .8rem; left: .9rem; display: flex; justify-content: space-between; color: var(--paper); font-size: .63rem; font-weight: 700; letter-spacing: .12em; opacity: 0; text-transform: uppercase; transform: translateY(6px); transition: opacity .25s, transform .25s; }.gallery-item:hover .gallery-label, .gallery-item:focus-visible .gallery-label { opacity: 1; transform: translateY(0); }.gallery-label b { color: var(--amber); font-size: 1.1rem; }

.services-section { background: #ece8de; }.section-heading-centered { max-width: 650px; margin: 0 auto 3rem; text-align: center; }.section-heading-centered h2 { font-size: clamp(3rem, 5.5vw, 5.2rem); }.section-heading-centered > p:last-child { max-width: 500px; margin: 1.2rem auto 0; color: var(--muted); font-size: .85rem; }.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }.service-card { min-height: 345px; padding: clamp(1.8rem, 4vw, 3rem); background: var(--paper); border: 1px solid var(--line); }.service-card-accent { color: var(--paper); background: var(--coral); border-color: var(--coral); }.service-topline { display: flex; align-items: start; justify-content: space-between; margin-bottom: 3.1rem; color: var(--coral); font-size: .64rem; font-weight: 700; letter-spacing: .15em; }.service-card-accent .service-topline { color: var(--amber); }.service-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.45rem; line-height: 1; }.service-card h3 { max-width: 440px; margin: 0; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.03; letter-spacing: -.065em; }.service-card > p { max-width: 430px; margin: 1.2rem 0 2rem; color: var(--muted); font-size: .84rem; }.service-card-accent > p { color: rgba(247,244,238,.83); }.service-card a { display: inline-flex; gap: .7rem; align-items: center; font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.service-card a span { color: var(--coral); font-size: 1.1rem; }.service-card-accent a span { color: var(--amber); }

.stats-section { padding: clamp(5rem, 9vw, 7.5rem) 0; color: var(--paper); background: var(--ink-soft); }.stats-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; align-items: end; }.stats-heading h2 em { color: var(--amber); }.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(247,244,238,.2); border-bottom: 1px solid rgba(247,244,238,.2); }.stat { min-height: 178px; display: flex; flex-direction: column; justify-content: center; padding: 1.2rem 1.4rem; border-right: 1px solid rgba(247,244,238,.2); }.stat:last-child { border-right: 0; }.stat strong { color: var(--paper); font-size: clamp(3.3rem, 5vw, 5.5rem); font-weight: 600; line-height: .9; letter-spacing: -.08em; }.stat strong small { color: var(--amber); font-size: .45em; letter-spacing: 0; }.stat span { margin-top: 1rem; color: #abb7b4; font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.contact-section { background: var(--paper); }.contact-layout { display: grid; grid-template-columns: .77fr 1.23fr; gap: clamp(3rem, 8vw, 8rem); max-width: 1050px; margin: 0 auto; }.contact-details { color: var(--muted); font-size: .84rem; }.contact-overline { margin: 0 0 1.1rem; color: var(--ink); font-size: .65rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }.contact-line { display: flex; align-items: center; gap: .85rem; margin: 0 0 .9rem; }.contact-line > span { display: grid; width: 28px; height: 28px; place-items: center; color: var(--coral); border: 1px solid var(--line); border-radius: 50%; }.contact-line a:hover { color: var(--coral); }.contact-address { margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line); line-height: 1.8; }.contact-hours { margin-top: 2.5rem; }.contact-hours > p:nth-child(2) { max-width: 280px; }.contact-hours ul { margin: 1.1rem 0 0; padding: 0; list-style: none; font-size: .76rem; line-height: 2; }.contact-hours li { display: flex; justify-content: space-between; max-width: 285px; gap: 1rem; border-bottom: 1px dotted var(--line); }.contact-hours li span { color: var(--ink); font-weight: 600; }.contact-form { padding: clamp(1.4rem, 4vw, 3rem); background: var(--cream); border: 1px solid var(--line); }.contact-form label { display: block; margin: 0 0 1.35rem; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: .5rem; padding: .55rem 0 .7rem; color: var(--ink); border: 0; border-bottom: 1px solid #bec8c5; outline: 0; background: transparent; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--coral); }.form-footer { display: flex; align-items: center; gap: 1rem; margin-top: .2rem; }.form-note { margin: 0; color: var(--olive); font-size: .73rem; }.form-note.error { color: var(--coral); }

.site-footer { color: var(--paper); background: var(--ink); }.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid rgba(247,244,238,.14); }.brand-footer { font-size: .94rem; }.footer-top p { margin: 0; color: #a5b0ae; font-size: .76rem; }.footer-back { color: var(--amber); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; color: #84918f; font-size: .65rem; }
.lightbox { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 4rem 2rem 2rem; background: rgba(19,33,38,.96); opacity: 0; pointer-events: none; transition: opacity .25s; }.lightbox.is-open { opacity: 1; pointer-events: auto; }.lightbox figure { max-width: min(1000px, 92vw); max-height: 88vh; margin: 0; }.lightbox img { max-width: 100%; max-height: 78vh; width: auto; margin: 0 auto; }.lightbox figcaption { margin-top: .8rem; color: #c9d3d0; font-size: .67rem; letter-spacing: .12em; text-align: center; text-transform: uppercase; }.lightbox-close { position: absolute; top: .8rem; right: 1.6rem; color: var(--paper); border: 0; background: none; font-size: 2.6rem; font-weight: 300; }

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 680px); }.main-nav { position: absolute; top: 84px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem 1rem; color: var(--ink); background: var(--cream); box-shadow: 0 15px 30px rgba(19,33,38,.16); }.main-nav.is-open { display: flex; }.main-nav a { padding: .7rem 0; border-bottom: 1px solid var(--line); }.main-nav a:last-child { border-bottom: 0; }.menu-toggle { display: inline-flex; }.hero-art { width: 100%; }.hero-art::after { background: linear-gradient(90deg, rgba(19,33,38,.95), rgba(19,33,38,.58) 65%, rgba(19,33,38,.22)); }.hero-copy { max-width: 560px; }.feature-grid, .about-layout, .stats-layout, .contact-layout { grid-template-columns: 1fr; }.feature-card { min-height: auto; border-bottom: 1px solid var(--line); }.feature-card:first-child { border-left: 0; }.feature-card:last-child { border-bottom: 0; }.about-layout { gap: 3rem; }.about-copy { max-width: 640px; }.about-media { max-width: 640px; }.about-note { grid-template-columns: auto 1fr; }.about-note a { grid-column: 2; }.section-heading-wide { align-items: start; flex-direction: column; gap: 1rem; }.stats-layout { gap: 3rem; }.contact-layout { gap: 3rem; max-width: 640px; }.gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 32px, 680px); }.header-inner { min-height: 72px; }.main-nav { top: 72px; right: 16px; left: 16px; }.hero, .hero-inner { min-height: 720px; }.hero-art img { object-position: 65% center; }.hero-copy { padding-top: 4rem; }.hero h1 { font-size: clamp(3.6rem, 17vw, 5.5rem); }.hero-meta { margin-top: 4rem; }.hero-scroll { display: none; }.feature-card { padding: 2rem 1.1rem 2.3rem; }.about-media { grid-template-columns: 1fr; }.media-strip { grid-column: auto; grid-template-columns: 1fr; }.about-note { grid-template-columns: 1fr; gap: .8rem; }.about-note a { grid-column: auto; }.gallery-grid { gap: .6rem; }.gallery-item { aspect-ratio: 1.25 / 1; }.service-grid, .form-row, .stats-grid { grid-template-columns: 1fr; }.service-card { min-height: auto; }.stat { min-height: 140px; border-right: 0; border-bottom: 1px solid rgba(247,244,238,.2); }.stat:last-child { border-bottom: 0; }.form-footer { align-items: flex-start; flex-direction: column; }.footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: .8rem; }.lightbox { padding: 3.5rem 1rem 1rem; }.lightbox-close { top: .25rem; right: .8rem; }
}
