
:root{color-scheme:light;--ink:#171b1d;--paper:#fff;--accent:#aa512d;--muted:#565e60;--line:#d9dddd}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-underline-offset:5px}a:focus-visible{outline:3px solid #dc7848;outline-offset:6px}.skip{position:absolute;left:20px;top:-100px;background:white;padding:12px;z-index:5}.skip:focus{top:10px}.header{max-width:1440px;margin:auto;padding:28px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-family:Georgia,serif;font-weight:bold;font-size:32px;letter-spacing:-1px;line-height:1;text-decoration:none;display:inline-block}.brand span{display:block;font-family:Arial,sans-serif;font-size:12px;letter-spacing:4.8px;margin-top:10px;font-weight:normal}nav{display:flex;gap:28px;flex-wrap:wrap}nav a{font-size:15px;text-decoration:none}nav a:hover{color:var(--accent)}.hero{background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1fr;min-height:660px}.hero-copy{padding:65px 10% 70px 10%;max-width:740px;justify-self:end}.eyebrow{font-size:13px;font-weight:bold;letter-spacing:2.2px;margin:0 0 24px;color:var(--accent)}.hero .eyebrow,.contact .eyebrow{color:#eea17c}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:normal;letter-spacing:-2px;line-height:1.06}h1{font-size:clamp(55px,5.4vw,82px);margin-bottom:28px}h1 em{color:#eea17c;font-weight:normal}h2{font-size:clamp(40px,4vw,60px);margin-bottom:20px}h3{font-size:23px;line-height:1.3;font-weight:500;letter-spacing:-.5px;margin-bottom:12px}.hero-copy>p:not(.eyebrow){color:#d3d7d8;max-width:470px}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--accent);color:white;text-decoration:none;font-size:16px;font-weight:bold;padding:15px 23px}.button:hover{background:#8e3f21}.button span{font-size:22px}.text-link{font-size:15px}.hero-image{margin:0;display:flex;flex-direction:column;justify-content:center;background:#242a2d;overflow:hidden}.hero-image img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.hero-image figcaption{padding:25px 35px;font-size:15px;color:#d3d7d8}.hero-image figcaption span{display:block;color:#eea17c;font-size:12px;letter-spacing:2px;margin-bottom:6px}.section{padding:95px max(5%,calc((100% - 1296px)/2))}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:45px}.section-heading>p{max-width:370px;color:var(--muted);margin-bottom:24px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:50px 35px}.gallery figure{margin:0}.gallery figure>a{display:block;background:#edf0f0;overflow:hidden}.gallery img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;display:block;transition:transform .25s}.gallery a:hover img{transform:scale(1.025)}.gallery img.portrait{object-fit:contain;background:#e4e7e6}.gallery figcaption{padding-top:21px}.gallery figcaption span{font-size:12px;font-weight:bold;letter-spacing:1.8px;color:var(--accent);display:block;margin-bottom:10px}.gallery figcaption p{color:var(--muted);margin:0;max-width:500px}.services{background:#eef1f2}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.service-grid article{border-top:1px solid #b9c0c2;padding-top:20px}.number{color:var(--accent);font-size:14px;display:block;margin-bottom:28px}.service-grid p{color:var(--muted);font-size:16px}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px}.about-layout p{max-width:580px;color:var(--muted)}.about-layout .large{font-size:23px;line-height:1.5;color:var(--ink)}.contact{display:grid;grid-template-columns:1fr 1fr;gap:70px;background:var(--ink);color:white}.contact>div>p:not(.eyebrow){max-width:470px;color:#d3d7d8}.contact-details{border-left:1px solid #475054;padding-left:55px}.contact-name{font-size:25px;margin-bottom:28px}.contact-name span{display:block;font-size:16px;color:#d3d7d8}.email{display:block;margin:20px 0 25px;overflow-wrap:anywhere}.contact-details>p:last-child{font-size:15px;max-width:380px}footer{padding:42px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer p{color:var(--muted);margin:0;font-size:15px}footer>a:last-child{font-size:14px}footer .brand{font-size:26px}footer .brand span{font-size:10px;letter-spacing:3.8px}@media(min-width:1600px){.hero-copy{padding-left:70px}}@media(max-width:850px){.header{align-items:flex-start;flex-direction:column;padding:24px 6%;gap:24px}nav{gap:22px}.hero{grid-template-columns:1fr}.hero-copy{padding:48px 6%;max-width:none;justify-self:stretch}.hero-copy>p:not(.eyebrow){max-width:600px}h1 br:nth-child(2){display:none}.hero-image img{max-height:450px;object-fit:contain}.hero-image figcaption{padding:22px 6%}.section{padding:65px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:540px}.service-grid{grid-template-columns:1fr 1fr}.about-layout,.contact{grid-template-columns:1fr;gap:25px}.contact-details{border-left:0;border-top:1px solid #475054;padding:28px 0 0}footer{flex-wrap:wrap;padding:35px 6%}}@media(max-width:540px){nav{column-gap:21px;row-gap:9px}nav a{font-size:14px}h1{font-size:55px;letter-spacing:-1.5px}h2{font-size:42px;letter-spacing:-1.3px}.eyebrow{font-size:12px;letter-spacing:1.6px}.gallery{grid-template-columns:1fr;gap:38px}.service-grid{gap:22px}.service-grid h3{font-size:21px}.hero-image img{aspect-ratio:16/10}.actions{align-items:flex-start;flex-direction:column}.gallery img{aspect-ratio:16/10}footer{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gallery img{transition:none}}

.hero-copy,.hero-image,.contact>div,.about-layout>div{min-width:0}.hero-image img{aspect-ratio:16/9;object-fit:contain}.gallery img:not(.portrait){aspect-ratio:16/9;object-fit:contain}@media(max-width:850px){h1 br:nth-child(2){display:initial}}@media(max-width:540px){h1{font-size:clamp(43px,12vw,55px)}.button{max-width:100%;gap:18px}}
