@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Italiana&display=swap');
:root{--ink:#322722;--paper:#f9f7f2;--muted:#776f68;--line:#ded8d0;--rust:#855443}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #bc8656;outline-offset:5px}.demo-strip{background:#e8e2d8;padding:10px 4.2%;font-size:9px;letter-spacing:1.5px;display:flex;gap:25px}.demo-strip span{letter-spacing:.3px}.demo-strip a{margin-left:auto;text-decoration:underline}header{height:108px;padding:0 4.2%;display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--paper)}.wordmark{font-family:'Italiana',Georgia,serif;font-size:58px;line-height:.8;display:block;letter-spacing:-3px}.wordmark span{display:block;font-family:'DM Sans',sans-serif;letter-spacing:4px;font-size:8px;margin-top:14px;margin-left:3px}nav{display:flex;gap:36px;font-size:12px}nav a:hover{color:var(--rust)}.button{border:1px solid var(--ink);border-radius:0;background:var(--ink);color:white;padding:19px 25px;display:inline-flex;justify-content:space-between;gap:35px;align-items:center;font-size:12px;transition:background .2s,transform .2s}.button:hover{background:#62483c;transform:translateY(-2px)}.button.light{background:var(--paper);border-color:var(--paper);color:var(--ink)}.button.light:hover{background:#e8dfd2}.button.small{padding:15px 20px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:660px;background:var(--ink);color:var(--paper)}.hero-copy{padding:70px 8.5% 30px;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:500;line-height:1.8}h1,h2,h3,p{margin-top:0}h1,h2,.statement>p{font-family:'Italiana',Georgia,serif;font-weight:400;letter-spacing:-2px}h1{font-size:clamp(65px,6.6vw,104px);line-height:1.02;margin:40px 0 28px}em{font-family:Georgia,serif;font-weight:400;font-size:.94em}h1 em{color:#dab79d}.intro{font-size:13px;line-height:1.95;color:#dbd1ca;margin-bottom:32px}.hero-foot{display:flex;justify-content:space-between;width:100%;margin-top:auto;padding-top:50px;font-size:9px;letter-spacing:1.5px}.hero-foot a{letter-spacing:0}.hero-photo{position:relative;overflow:hidden;min-height:600px;background:linear-gradient(110deg,#8b6b53,#241a15)}.hero-photo img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 45%}.hero-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#1a120b99);pointer-events:none}.photo-label{position:absolute;z-index:1;bottom:55px;left:8%;font-size:10px;letter-spacing:2px}.photo-label em{display:block;font-size:29px;letter-spacing:0;margin-top:14px}.image-note{position:absolute;bottom:18px;right:20px;z-index:1;font-size:8px;color:#e5d8cc}.ticker{padding:23px 4.2%;display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid var(--line);font-size:9px;letter-spacing:2px}.ticker i{font-style:normal;font-size:22px;color:var(--rust)}.section{padding:100px 8%}.concept{display:grid;grid-template-columns:1fr 2.4fr;gap:40px}.concept>.eyebrow{margin-top:10px}h2{font-size:clamp(42px,4.7vw,68px);line-height:1.1;margin-bottom:35px}.concept-bottom{display:grid;grid-template-columns:1fr 1fr;gap:50px}.concept-bottom p,.section-heading>p,.experience p{font-size:13px;line-height:1.9;color:var(--muted)}.services{background:#eee9e1}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-heading h2{margin-bottom:0}.service-list{border-top:1px solid #c9bfb4}.service{display:flex;align-items:center;text-align:left;padding:33px 0;width:100%;gap:32px;background:none;border:0;border-bottom:1px solid #c9bfb4;color:var(--ink)}.service-number{font-size:11px;color:var(--rust)}.service h3{font-family:'Italiana',Georgia,serif;font-size:34px;font-weight:400;margin:0 0 9px}.service p{margin:0;font-size:12px;color:var(--muted)}.tag{margin-left:auto;font-size:8px;letter-spacing:1.6px}.circle{border:1px solid #c9bfb4;border-radius:50%;width:43px;height:43px;display:grid;place-items:center;flex-shrink:0;transition:.2s}.service:hover .circle{background:var(--ink);color:white;transform:rotate(45deg)}.fine{font-size:10px;line-height:1.8;color:var(--muted);margin:24px 0 0}.statement{text-align:center;padding:95px 20px;background:#855443;color:#fff3e6}.statement>p{font-size:clamp(62px,8vw,105px);line-height:1.06;margin:35px 0}.statement a{font-size:12px;border-bottom:1px solid #fff3e677;padding-bottom:8px}.experience{display:grid;grid-template-columns:1.1fr 1fr;gap:100px}.experience>div>p:not(.eyebrow){max-width:330px;margin-bottom:30px}.experience ol{list-style:none;padding:0;margin:0}.experience li{display:flex;gap:30px;padding:30px 0;border-bottom:1px solid var(--line)}.experience li>span{font-family:Georgia,serif;font-style:italic;color:var(--rust);font-size:25px}.experience h3{font-size:16px;font-weight:500;margin-bottom:10px}.experience li p{margin:0}.closing{padding:80px 20px;text-align:center;background:#e8dfd2}.closing h2{font-size:clamp(60px,7vw,90px)}.closing>p:last-child{margin:25px 0 0;font-size:10px;color:var(--muted)}footer{padding:55px 4.2%;display:flex;align-items:center;gap:55px}footer strong{font-weight:500;font-size:12px}footer p{font-size:10px;line-height:1.9;color:var(--muted);margin:12px 0 0}footer>a:last-child{font-size:10px;margin-left:auto;white-space:nowrap}dialog{border:0;padding:42px;width:min(610px,calc(100% - 28px));max-height:90dvh;background:var(--paper);color:var(--ink)}dialog::backdrop{background:#1c1512b8;backdrop-filter:blur(5px)}dialog h2{font-size:43px;margin:20px 0 24px}.close{position:absolute;right:17px;top:10px;border:0;background:none;font-size:30px;color:var(--ink)}.progress{display:flex;gap:8px;margin-bottom:28px}.progress span{flex:1;padding:12px 0;border-top:2px solid var(--line);font-size:10px;color:var(--muted)}.progress .active{border-color:var(--rust);color:var(--ink)}.choice{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px;text-align:left;background:transparent;border:1px solid var(--line);margin-bottom:10px;color:var(--ink)}.choice:hover,.choice.selected{border-color:var(--rust);background:#ece2d8}.choice strong{font-size:15px;font-weight:500}.choice small{display:block;margin-top:6px;font-size:11px;color:var(--muted)}.dialog-note{font-size:10px;line-height:1.6;color:var(--muted);margin:24px 0 0}.date-label{display:block;font-size:12px;margin-bottom:10px}input[type=date]{width:100%;padding:15px;background:white;border:1px solid var(--line);color:var(--ink);margin-bottom:23px}.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.slot{padding:14px 8px;border:1px solid var(--line);background:none;color:var(--ink)}.slot.selected{background:var(--ink);color:white}.actions{display:flex;align-items:center;justify-content:space-between;margin-top:28px;gap:15px}.back{background:none;border:0;padding:10px 0;text-decoration:underline;color:var(--muted);font-size:12px}.button:disabled{opacity:.4;cursor:not-allowed;transform:none}.summary{padding:20px;background:#eee9e1}.summary div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.summary div:last-child{border:0}.summary dt{color:var(--muted)}.summary dd{margin:0;text-align:right}.success{text-align:center;padding:15px 0}.success-icon{display:grid;place-items:center;margin:0 auto 24px;border:1px solid var(--rust);border-radius:50%;width:58px;height:58px;color:var(--rust);font-size:24px}.success h3{font-family:'Italiana',Georgia,serif;font-size:34px;font-weight:400}.success p{font-size:13px;line-height:1.8}.success .button{margin-top:10px}.error{color:#9a3025;font-size:12px}body:has(dialog[open]){overflow:hidden}@media(min-width:1600px){.hero{min-height:780px}.hero-copy{padding-top:100px}}@media(max-width:900px){nav{gap:18px}header{height:95px}.concept{grid-template-columns:1fr;gap:18px}.experience{gap:45px}.tag{display:none}footer{flex-wrap:wrap;gap:35px}footer>a:last-child{margin-left:0}.hero-copy{padding-top:50px}h1{font-size:67px}.hero{min-height:590px}.hero-photo{min-height:590px}.section{padding:70px 6%}}@media(max-width:620px){.demo-strip{font-size:8px;padding:10px 5%;gap:10px}.demo-strip span{display:none}header{padding:0 5%;height:95px}.wordmark{font-size:48px}nav{display:none}.button.small{font-size:10px;padding:13px;gap:15px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 6% 25px}h1{font-size:76px;margin:25px 0}.hero-foot{padding-top:40px}.hero-photo{min-height:450px}.hero-photo img{object-position:center 40%}.ticker{overflow:hidden;justify-content:flex-start;white-space:nowrap;padding:18px 6%}.ticker span:nth-of-type(n+3),.ticker i:nth-of-type(n+2){display:none}.section{padding:60px 6%}.concept-bottom{grid-template-columns:1fr;gap:0}h2{font-size:43px}.section-heading{display:block}.section-heading>p{margin:24px 0 0}.service{gap:15px;padding:25px 0}.service h3{font-size:27px}.service p{font-size:11px;line-height:1.6}.circle{width:33px;height:33px;margin-left:auto}.statement{padding:65px 6%}.statement>p{font-size:63px}.experience{grid-template-columns:1fr;gap:25px}.closing{padding:60px 6%}.closing h2{font-size:60px}footer{padding:45px 6%}footer>div{width:100%}dialog{padding:35px 23px}dialog h2{font-size:36px}.actions .button{gap:14px;padding:16px}.hero .button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

.team{background:#f3eee7}.team-note{margin:0 0 25px}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.team-card{padding:32px 28px;background:var(--paper);border:1px solid var(--line)}.monogram{display:grid;place-items:center;width:80px;height:80px;border-radius:50%;background:#e6d8c8;color:var(--rust);font:italic 43px Georgia,serif;margin-bottom:35px}.team-card h3{font:42px 'Italiana',Georgia,serif;margin:15px 0}.team-card>p:not(.eyebrow){font-size:13px;color:var(--muted)}.service .circle{margin-left:auto}.progress span{font-size:9px}@media(max-width:620px){.team-grid{grid-template-columns:1fr}.team-card{padding:25px}.monogram{float:right;margin:0 0 20px 20px;width:65px;height:65px}.progress{gap:5px}.progress span{font-size:8px}}

.guide-intro{font-size:16px;line-height:1.8;color:var(--muted);max-width:740px;margin-bottom:40px}.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px}.guide-card{background:#eee9e1;display:flex;flex-direction:column;scroll-margin-top:35px}.guide-card figure{position:relative;margin:0;aspect-ratio:4/3;overflow:hidden}.guide-card img{display:block;width:100%;height:100%;object-fit:cover}.guide-card figcaption{position:absolute;bottom:0;left:0;right:0;padding:22px 16px 10px;background:linear-gradient(transparent,#211711bb);font-size:12px;color:white}.guide-copy{padding:32px;display:flex;flex-direction:column;flex:1}.guide-copy>.eyebrow{font-size:12px;letter-spacing:1px}.guide-copy h3{font:38px 'Italiana',Georgia,serif;margin:0 0 22px}.guide-copy p:not(.eyebrow){font-size:16px;line-height:1.8;color:#62574f}.guide-suitable{border-top:1px solid #d0c6bb;padding-top:20px;margin-top:5px}.guide-suitable strong{font-size:14px;font-weight:500}.guide-suitable p{margin-top:8px}.guide-copy .button{margin-top:auto;align-self:flex-start;font-size:14px}.guide-link{display:inline-block;margin-top:10px;text-decoration:underline;text-underline-offset:5px}.guide-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.guide-card:last-child figure{aspect-ratio:auto;min-height:430px}@media(max-width:700px){.guide-grid{grid-template-columns:1fr;gap:25px}.guide-card:last-child{display:flex;grid-column:auto}.guide-card:last-child figure{aspect-ratio:4/3;min-height:0}.guide-copy{padding:25px}.guide-copy h3{font-size:32px}.guide-copy .button{width:100%;gap:15px}}

/* Compact services and team */
.service-guide{padding-top:65px;padding-bottom:65px}.service-guide .section-heading{margin-bottom:20px}.guide-intro{font-size:14px;margin-bottom:28px}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}.guide-card,.guide-card:last-child{display:flex;flex-direction:column;grid-column:auto}.guide-card figure,.guide-card:last-child figure{aspect-ratio:16/10;min-height:0}.guide-copy{padding:23px}.guide-copy h3{font-size:28px;margin-bottom:14px}.guide-copy p:not(.eyebrow){font-size:15px;line-height:1.65}.service-short{margin-bottom:16px}.service-more{margin-bottom:22px}.service-more summary{font-size:14px;cursor:pointer;text-decoration:underline;text-underline-offset:4px;padding:5px 0}.service-more summary:focus-visible{outline:3px solid #bc8656;outline-offset:4px}.service-more[open]>p{margin-top:14px}.service-more .guide-suitable{padding-top:12px}.guide-copy .button{font-size:13px;padding:14px 16px;width:100%;gap:10px}.team{padding-top:55px;padding-bottom:55px}.team .section-heading{margin-bottom:20px}.team h2{font-size:42px;margin-bottom:0}.team-card{padding:22px}.team-card .monogram{float:right;width:58px;height:58px;font-size:32px;margin:0 0 12px 15px}.team-card h3{font-size:32px;margin:12px 0}.team-card .eyebrow{font-size:10px}.team-note{margin-bottom:20px}.concept{padding-top:55px;padding-bottom:55px}@media(max-width:1000px){.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.guide-grid{grid-template-columns:1fr}.guide-card figure,.guide-card:last-child figure{aspect-ratio:16/9}.guide-copy{padding:22px}.team h2{font-size:36px}.service-guide,.team,.concept{padding-top:45px;padding-bottom:45px}}
