@import url('/assets/type.css');
:root{--paper:#f7f6f2;--ink:#252921;--muted:#686d62;--line:#d8dbd0;--accent:#45533e;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.65 var(--sans)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;object-fit:cover}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #988751;outline-offset:5px}[hidden]{display:none!important}.wrap{width:min(1320px,calc(100% - 100px));margin:auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:30px 0;border-bottom:1px solid var(--line)}.brand{font:48px/.8 var(--serif);letter-spacing:-3px}.brand-dot{color:#78846a}.brand small{display:block;font:8px/1 var(--sans);letter-spacing:2.5px;margin-top:12px;margin-left:3px}.site-header nav{display:flex;gap:35px;font-size:13px}.site-header nav a{padding:10px 0}.languages{display:flex;gap:3px}.languages a{font-size:10px;display:flex;flex-direction:column;align-items:center;padding:5px 8px;color:var(--muted);min-height:44px}.languages a[aria-current]{color:var(--ink);border-bottom:1px solid var(--ink)}.languages a span:first-child{font-size:15px}.hero{display:grid;grid-template-columns:1fr 1.13fr;gap:60px;padding:50px 0 80px;align-items:center}.eyebrow{font-size:10px;letter-spacing:2.5px;font-weight:600;text-transform:uppercase;margin:0 0 25px;display:flex;align-items:center;gap:14px}.tiny-line{display:inline-block;width:35px;height:1px;background:var(--ink)}h1,h2,h3,h4,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-2px;line-height:1.08}h1{font-size:clamp(50px,5.6vw,83px);margin-bottom:30px;max-width:600px}h2{font-size:clamp(36px,3.8vw,54px);margin-bottom:26px}.hero-intro{font-size:14px;color:var(--muted);max-width:340px;line-height:1.9;margin-bottom:33px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:45px;background:var(--ink);color:white;padding:15px 22px;font-size:12px;border:1px solid var(--ink);min-height:48px}.button:hover{background:var(--accent)}.button span{font-size:21px}.availability{display:flex;align-items:center;gap:9px;font-size:10px;color:var(--muted);margin:45px 0 0}.availability span{height:6px;width:6px;border-radius:50%;background:#728767}.hero-visual{position:relative;padding-bottom:25px}.hero-visual>img{height:570px;width:100%;object-position:center}.image-note,.image-index{font-size:8px;letter-spacing:2px;position:absolute;bottom:0}.image-index{right:0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px}.section-heading h2{margin-bottom:0}.text-link{font-size:12px;border-bottom:1px solid var(--ink);padding:10px 0;display:inline-block}.work-section{padding-bottom:95px}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:30px 0}.filters button{border:1px solid transparent;background:none;border-radius:30px;padding:10px 18px;color:var(--muted);font-size:12px;min-height:42px}.filters button.active{background:var(--ink);color:white}.filters button:hover{border-color:var(--line)}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 24px;align-items:start}.photo{margin:0}.photo-open{border:0;padding:0;display:block;width:100%;position:relative;overflow:hidden;background:#e0e1d8}.photo img{width:100%;height:360px;transition:transform .5s}.photo:nth-child(3n+2) img{height:435px}.photo-open:hover img{transform:scale(1.035)}.photo-arrow{position:absolute;right:15px;bottom:15px;background:var(--paper);color:var(--ink);border-radius:50%;width:34px;height:34px;display:grid;place-items:center;font-size:22px}.photo figcaption{display:flex;justify-content:space-between;gap:10px;font-size:11px;padding:12px 0;color:var(--muted)}.about-section{background:#e8e9e1;padding:80px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}.about-image{max-width:470px}.about-image img{height:430px;width:100%}.about-image span{font-size:8px;letter-spacing:2px;display:block;margin-top:12px}.about-copy>p:not(.eyebrow){color:var(--muted);max-width:390px;font-size:14px}.about-copy h2{max-width:370px;font-size:58px}.services{padding:95px 0}.service-section{display:grid;grid-template-columns:1fr 2fr;gap:45px;padding-top:30px;margin-top:40px;border-top:1px solid var(--line)}.service-intro h3{font:27px/1.2 var(--serif)}.service-intro p{font-size:13px;color:var(--muted);max-width:300px}.plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.plan{padding:28px;border:1px solid var(--line);display:flex;flex-direction:column}.plan h4{font:26px/1.2 var(--serif);margin-bottom:15px}.plan p{font-size:13px;color:var(--muted);flex:1}.plan-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:20px;margin-top:15px;border-top:1px solid var(--line)}.plan-bottom strong{font-weight:400;font-size:20px}.plan-bottom a{font-size:25px;width:44px;text-align:center}.site-footer{background:#283329;color:#f4f4ec;padding:65px 0 25px}.contact-line{display:flex;justify-content:space-between;gap:30px;align-items:center}.contact-line h2{max-width:700px}.contact-line p:not(.eyebrow){color:#bcc4b7;font-size:13px}.round-link{height:100px;width:100px;flex-shrink:0;border:1px solid #8d9c86;border-radius:50%;display:grid;place-items:center;font-size:42px}.round-link:hover{background:#43533f}.footer-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;padding:35px 0;border-bottom:1px solid #52604e}.footer-cards h3{font-size:12px;font-weight:400}.footer-cards p{font-size:11px;color:#bcc4b7;white-space:normal}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:35px;font-size:10px;color:#bcc4b7}.footer-bottom .brand{font-size:38px;color:var(--paper)}.portfolio-main{padding:65px 0 90px}.portfolio-main h1{max-width:none;font-size:66px}.gallery-intro{color:var(--muted)}.empty{padding:70px 20px;text-align:center;background:#eeefe8}.skip{position:absolute;left:20px;top:-100px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}dialog{border:0;background:#151914;color:white;padding:55px 65px 25px;max-width:95vw;max-height:95vh;width:1000px}dialog::backdrop{background:#10170fe8}dialog img{height:75vh;object-fit:contain;width:100%}dialog p{margin:12px 0 0;text-align:center;font-size:12px}dialog button{position:absolute;background:none;color:white;border:0;min-width:44px;min-height:44px;font-size:26px}.lightbox-close{top:4px;right:10px}.lightbox-prev{top:45%;left:10px}.lightbox-next{top:45%;right:10px}
@media(min-width:1600px){.hero-visual>img{height:650px}.hero{gap:95px}}@media(max-width:1000px){.wrap{width:calc(100% - 56px)}.hero{gap:35px}.hero-visual>img{height:500px}h1{font-size:60px}.site-header nav{gap:18px}.about-grid{gap:55px}.about-copy h2{font-size:46px}.photo img{height:280px}.photo:nth-child(3n+2) img{height:340px}.service-section{grid-template-columns:1fr}.hero-intro{font-size:13px}}@media(max-width:650px){.wrap{width:calc(100% - 36px)}.site-header{flex-wrap:wrap;padding:24px 0 14px;gap:20px}.brand{font-size:43px}.site-header nav{order:3;width:100%;justify-content:space-between;border-top:1px solid var(--line);padding-top:8px;gap:12px}.languages a{padding:5px 7px}.hero{grid-template-columns:1fr;padding:38px 0 50px;gap:32px}.hero-copy h1{font-size:57px;max-width:370px}.hero-intro{max-width:340px;font-size:14px}.hero-visual>img{height:420px}.hero .availability{margin-top:25px}.eyebrow{font-size:9px;margin-bottom:20px}.section-heading{align-items:start;flex-direction:column;gap:10px}.section-heading h2{font-size:42px}.filters{gap:3px;margin:20px 0}.filters button{padding:9px 13px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 13px}.photo img,.photo:nth-child(3n+2) img{height:240px}.photo figcaption{font-size:10px}.photo figcaption>span:last-child{display:none}.work-section{padding-bottom:50px}.about-section{padding:40px 0}.about-grid{grid-template-columns:1fr;gap:35px}.about-image img{height:340px}.about-copy h2{font-size:45px}.services{padding:50px 0}.plans{grid-template-columns:1fr}.service-section{gap:15px}.contact-line{align-items:start;flex-direction:column}.contact-line h2{font-size:44px}.round-link{height:65px;width:65px;font-size:28px}.footer-cards{grid-template-columns:1fr;gap:15px;padding:30px 0}.footer-bottom{flex-wrap:wrap}.footer-bottom>span{order:3;width:100%}.portfolio-main h1{font-size:49px}.portfolio-main{padding:35px 0 55px}dialog{padding:50px 40px 20px}dialog img{height:65vh}.lightbox-prev{left:0}.lightbox-next{right:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
