:root{--wood:hsl(84,14%,19%);--wood-deep:hsl(84,16%,13%);--flame:hsl(19,54%,48%);--flame-dark:hsl(19,56%,38%);--slate:hsl(210,12%,49%);--sand:hsl(42,44%,88%);--paper:hsl(45,50%,96%);--ink:hsl(30,25%,10%);--line:hsl(42,25%,80%);--serif:'Rufina',Georgia,serif;--sans:'Commissioner',Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);font-size:1rem;line-height:1.65;color:var(--ink);background:var(--paper);-webkit-text-size-adjust:100%}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:var(--serif);font-weight:700;line-height:1.18;margin:0 0 .6em;color:var(--wood)}
h1{font-size:clamp(2rem,5.4vw,3.4rem)}
h2{font-size:clamp(1.6rem,3.6vw,2.4rem)}
h3{font-size:clamp(1.2rem,2.4vw,1.5rem)}
p{margin:0 0 1.1em}
a{color:var(--flame-dark);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--flame)}
ul{padding-left:1.2em}
.sr-note{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip-jump{position:absolute;left:-999px;top:0;background:var(--wood);color:#fff;padding:.7em 1.2em;z-index:200}
.skip-jump:focus{left:0}
.wrap{max-width:73.75em;margin:0 auto;padding:0 5.5%}
.crest{position:sticky;top:0;z-index:90;background:hsl(45,50%,96%,.94);backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}
.crest-inner{max-width:73.75em;margin:0 auto;padding:.65em 5.5%;display:flex;align-items:center;justify-content:space-between;gap:1em}
.crest-mark{display:flex;align-items:center;gap:.55em;text-decoration:none}
.crest-mark-glyph{display:grid;place-items:center;width:2.5rem;height:2.5rem;background:var(--wood);color:var(--flame);font-family:var(--serif);font-size:1.5rem;font-weight:700;border-radius:.35rem}
.crest-mark-word{font-family:var(--serif);font-size:1.28rem;color:var(--wood);line-height:1.1}
.crest-mark-word em{font-style:normal;display:block;font-family:var(--sans);font-size:.68rem;letter-spacing:.34em;text-transform:uppercase;color:var(--slate)}
.crest-nav{display:none}
.crest-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2em}
.crest-nav a{display:block;padding:.85em .4em;text-decoration:none;color:var(--wood);font-weight:500;min-height:44px}
.crest-nav a:hover{color:var(--flame-dark)}
.crest-nav a.is-here{color:var(--flame-dark);box-shadow:inset 0 -2px 0 var(--flame)}
.crest-cta{display:inline-block;background:var(--flame);color:#fff;text-decoration:none;font-weight:600;padding:.75em 1.4em;border-radius:2rem;margin:.6em .4em;text-align:center}
.crest-cta:hover{background:var(--flame-dark);color:#fff}
.crest-burger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;padding:10px;background:none;border:1px solid var(--line);border-radius:.35rem;cursor:pointer}
.crest-burger span{display:block;height:2px;background:var(--wood);transition:transform .25s,opacity .25s}
.crest.is-open .crest-nav{display:block;position:absolute;left:0;right:0;top:100%;background:var(--paper);border-bottom:1px solid var(--line);padding:.6em 5.5% 1.2em;box-shadow:0 14px 30px hsl(30,25%,10%,.12)}
.crest.is-open .crest-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.crest.is-open .crest-burger span:nth-child(2){opacity:0}
.crest.is-open .crest-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.foyer{background:var(--wood);color:var(--sand)}
.foyer-split{display:flex;flex-direction:column}
.foyer-copy{padding:3.2em 5.5% 2.8em;max-width:36em}
.foyer-copy h1{color:var(--sand)}
.foyer-kick{display:inline-block;color:var(--flame);letter-spacing:.3em;text-transform:uppercase;font-size:.78rem;font-weight:600;margin-bottom:1.1em}
.foyer-copy p{color:hsl(42,30%,80%);font-size:1.06rem}
.foyer-row{display:flex;flex-wrap:wrap;gap:.9em;margin-top:1.6em}
.btn-carve{display:inline-block;background:var(--flame);color:#fff;text-decoration:none;font-weight:600;padding:.9em 1.8em;border-radius:2rem;min-height:44px}
.btn-carve:hover{background:var(--flame-dark);color:#fff}
.btn-carve--ghost{background:none;border:1px solid hsl(42,30%,60%);color:var(--sand)}
.btn-carve--ghost:hover{background:hsl(84,16%,24%);color:#fff}
.btn-carve--dark{background:var(--wood)}
.btn-carve--dark:hover{background:var(--wood-deep)}
.foyer-visual{position:relative}
.foyer-visual img{width:100%;height:100%;object-fit:cover}
.foyer-band{background:var(--wood-deep);padding:1.4em 5.5%}
.foyer-band-grid{max-width:73.75em;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.2em}
.foyer-band strong{display:block;font-family:var(--serif);font-size:1.7rem;color:var(--flame)}
.foyer-band span{font-size:.85rem;color:hsl(42,25%,72%)}
.stretch{padding:4em 0}
.stretch--sand{background:var(--sand)}
.stretch--wood{background:var(--wood);color:var(--sand)}
.stretch--wood h2{color:var(--sand)}
.stretch-head{max-width:38em;margin-bottom:2.4em}
.stretch-kick{display:inline-block;color:var(--flame-dark);letter-spacing:.3em;text-transform:uppercase;font-size:.78rem;font-weight:600;margin-bottom:.9em}
.stretch--wood .stretch-kick{color:var(--flame)}
.shelf{display:grid;gap:1.5em;grid-template-columns:1fr}
.shelf-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.shelf-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px hsl(30,25%,10%,.13)}
.shelf-card img{width:100%;height:auto}
.shelf-card-body{padding:1.3em 1.4em 1.5em;display:flex;flex-direction:column;flex:1}
.shelf-card-body h3{margin-bottom:.4em}
.shelf-card-body p{font-size:.95rem;color:hsl(30,12%,32%);flex:1}
.shelf-link{font-weight:600;text-decoration:none;color:var(--flame-dark)}
.shelf-link::after{content:" \2192"}
.rite{counter-reset:step;display:grid;gap:1.4em;grid-template-columns:1fr;list-style:none;padding:0;margin:0}
.rite li{counter-increment:step;background:hsl(45,50%,99%);border:1px solid var(--line);border-radius:.5rem;padding:1.5em 1.5em 1.3em;position:relative}
.rite li::before{content:"0" counter(step);font-family:var(--serif);font-size:2rem;color:var(--flame);display:block;margin-bottom:.35em}
.rite h3{font-size:1.15rem}
.rite p{margin:0;font-size:.94rem;color:hsl(30,12%,32%)}
.timber{display:grid;gap:2.2em;align-items:center;grid-template-columns:1fr}
.timber img{border-radius:.5rem}
.timber-list{list-style:none;padding:0;margin:1.2em 0 0}
.timber-list li{padding:.55em 0 .55em 1.8em;position:relative;border-bottom:1px dashed var(--line)}
.timber-list li::before{content:"";position:absolute;left:0;top:1.05em;width:.8em;height:.8em;background:var(--flame);border-radius:50%}
.works{display:grid;gap:1.5em;grid-template-columns:1fr}
.works-item{position:relative;border-radius:.5rem;overflow:hidden}
.works-item img{width:100%;transition:transform .4s}
.works-item:hover img{transform:scale(1.04)}
.works-item figcaption{position:absolute;inset:auto 0 0 0;padding:2.4em 1.3em 1.1em;background:linear-gradient(180deg,transparent,hsl(30,25%,10%,.82));color:#fff}
.works-item figcaption strong{font-family:var(--serif);font-size:1.15rem;display:block}
.works-item figcaption span{font-size:.85rem;color:hsl(42,30%,82%)}
.saying{border-left:4px solid var(--flame);background:#fff;border-radius:0 .5rem .5rem 0;padding:1.5em 1.6em;margin:0}
.saying p{font-size:1.02rem;font-style:italic;color:hsl(30,12%,26%)}
.saying footer{font-size:.88rem;color:var(--slate);font-style:normal}
.saying-stack{display:grid;gap:1.4em;grid-template-columns:1fr}
.faq-run{border-top:1px solid var(--line);margin:0}
.faq-run dt{border-bottom:1px solid var(--line)}
.faq-run dt button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1em;background:none;border:0;text-align:left;font:inherit;font-weight:600;color:var(--wood);padding:1.05em .2em;cursor:pointer;min-height:44px}
.faq-run dt button::after{content:"+";font-family:var(--serif);font-size:1.5rem;color:var(--flame);flex:none;transition:transform .25s}
.faq-run dt button[aria-expanded="true"]::after{transform:rotate(45deg)}
.faq-run dd{margin:0;overflow:hidden;max-height:0;transition:max-height .35s ease}
.faq-run dd .faq-pad{padding:.2em .2em 1.3em;color:hsl(30,12%,32%);border-bottom:1px solid var(--line)}
.study-grid{display:grid;gap:1.5em;grid-template-columns:1fr}
.study-card{background:#fff;border:1px solid var(--line);border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column}
.study-card img{width:100%}
.study-card-body{padding:1.2em 1.3em 1.4em;flex:1;display:flex;flex-direction:column}
.study-card-body time{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--slate)}
.study-card-body h3{margin:.35em 0 .5em;font-size:1.18rem}
.study-card-body p{font-size:.93rem;color:hsl(30,12%,32%);flex:1}
.call-band{background:var(--flame);color:#fff;text-align:center;padding:3.4em 5.5%}
.call-band h2{color:#fff}
.call-band p{max-width:34em;margin:0 auto 1.6em;color:hsl(19,60%,92%)}
.plate{background:var(--sand);padding:2.8em 0 2.4em}
.plate h1{margin-bottom:.3em}
.plate p{max-width:40em;color:hsl(30,12%,30%);margin-bottom:0}
.crumbs{list-style:none;display:flex;flex-wrap:wrap;gap:.4em;padding:0;margin:0 0 1.2em;font-size:.85rem}
.crumbs li+li::before{content:"/";margin-right:.4em;color:var(--slate)}
.crumbs a{color:var(--slate)}
.duo{display:grid;gap:2.2em;grid-template-columns:1fr;align-items:center}
.duo img{border-radius:.5rem}
.duo--flip .duo-pic{order:-1}
.spec-sheet{width:100%;border-collapse:collapse;margin:1.4em 0;font-size:.95rem}
.spec-sheet th,.spec-sheet td{text-align:left;padding:.7em .6em;border-bottom:1px solid var(--line);vertical-align:top}
.spec-sheet th{width:38%;color:var(--wood);font-weight:600}
.prose{max-width:46em}
.prose h2{margin-top:1.6em;font-size:1.5rem}
.prose h3{margin-top:1.2em}
.prose li{margin-bottom:.45em}
.prose-date{color:var(--slate);font-size:.9rem}
.reach-grid{display:grid;gap:2.4em;grid-template-columns:1fr}
.reach-card{background:#fff;border:1px solid var(--line);border-radius:.5rem;padding:1.6em}
.reach-card h2{font-size:1.35rem}
.reach-card address{font-style:normal}
.reach-card address p{margin-bottom:.8em}
.field-row{margin-bottom:1.15em}
.field-row label{display:block;font-weight:600;font-size:.92rem;margin-bottom:.35em;color:var(--wood)}
.field-row input,.field-row select,.field-row textarea{width:100%;font:inherit;font-size:1rem;padding:.75em .85em;border:1px solid hsl(42,20%,68%);border-radius:.4rem;background:#fff;color:var(--ink);min-height:44px}
.field-row input:focus,.field-row select:focus,.field-row textarea:focus{outline:2px solid var(--flame);outline-offset:1px;border-color:var(--flame)}
.field-note{font-size:.83rem;color:var(--slate);margin-top:.3em}
.form-alert{background:hsl(8,70%,95%);border:1px solid hsl(8,60%,70%);color:hsl(8,60%,30%);border-radius:.4rem;padding:.9em 1.1em;margin-bottom:1.3em}
.fax-wrap{position:absolute;left:-6000px;top:-6000px}
.map-shell{margin-top:2.5em}
.map-shell iframe{width:100%;height:20em;border:0;border-radius:.5rem}
.thanks-hero{text-align:center;padding:5em 5.5%}
.thanks-hero h1{color:var(--wood)}
.lost{min-height:52vh;display:grid;place-items:center;text-align:center;padding:4em 5.5%}
.lost strong{font-family:var(--serif);font-size:5rem;color:var(--flame);display:block;line-height:1}
.keel{background:var(--wood-deep);color:hsl(42,25%,78%);padding:3.2em 0 0;font-size:.94rem}
.keel a{color:hsl(42,35%,86%)}
.keel a:hover{color:var(--flame)}
.keel-grid{max-width:73.75em;margin:0 auto;padding:0 5.5%;display:grid;gap:2.2em;grid-template-columns:1fr}
.keel-word{font-family:var(--serif);font-size:1.4rem;color:var(--sand)}
.keel-word em{font-style:normal;display:block;font-family:var(--sans);font-size:.68rem;letter-spacing:.34em;text-transform:uppercase;color:var(--slate)}
.keel-head{font-family:var(--sans);font-size:.82rem;letter-spacing:.24em;text-transform:uppercase;color:var(--flame);margin-bottom:1em}
.keel-col ul{list-style:none;padding:0;margin:0}
.keel-col li{margin-bottom:.55em}
.keel-col address{font-style:normal}
.keel-col address p{margin-bottom:.7em}
.keel-reg{font-size:.82rem;color:var(--slate)}
.keel-base{max-width:73.75em;margin:2.6em auto 0;padding:1.4em 5.5%;border-top:1px solid hsl(84,10%,24%);display:flex;flex-direction:column;gap:.8em}
.keel-base p{margin:0;font-size:.84rem}
.keel-legal{list-style:none;display:flex;flex-wrap:wrap;gap:1.2em;padding:0;margin:0;font-size:.84rem}
.cc-card{position:fixed;left:1em;bottom:1em;z-index:150;max-width:22.5em;background:#fff;border:1px solid var(--line);border-radius:.6rem;box-shadow:0 18px 44px hsl(30,25%,10%,.22);padding:1.3em 1.4em;font-size:.92rem}
.cc-card-title{font-family:var(--serif);font-weight:700;color:var(--wood);font-size:1.08rem;margin-bottom:.4em}
.cc-card-row{display:flex;flex-wrap:wrap;align-items:center;gap:.8em;margin-top:.9em}
.cc-btn{font:inherit;font-weight:600;padding:.6em 1.3em;border-radius:2rem;border:1px solid var(--wood);background:none;color:var(--wood);cursor:pointer;min-height:44px}
.cc-btn--go{background:var(--wood);color:#fff}
.cc-btn--go:hover{background:var(--wood-deep)}
.cc-pill{position:fixed;right:1em;bottom:1em;z-index:140;font:inherit;font-size:.82rem;font-weight:600;background:var(--wood);color:var(--sand);border:0;border-radius:2rem;padding:.55em 1.2em;cursor:pointer;box-shadow:0 8px 20px hsl(30,25%,10%,.25);min-height:44px}
.cc-pill:hover{background:var(--wood-deep)}
@media(min-width:43.75em){.foyer-band-grid{grid-template-columns:repeat(4,1fr)}.shelf{grid-template-columns:repeat(2,1fr)}.rite{grid-template-columns:repeat(2,1fr)}.works{grid-template-columns:repeat(3,1fr)}.saying-stack{grid-template-columns:repeat(2,1fr)}.study-grid{grid-template-columns:repeat(3,1fr)}.duo{grid-template-columns:1fr 1fr}.duo--flip .duo-pic{order:0}.timber{grid-template-columns:1.1fr 1fr}.reach-grid{grid-template-columns:1fr 1.2fr}.keel-grid{grid-template-columns:repeat(2,1fr)}.keel-base{flex-direction:row;justify-content:space-between;align-items:center}}
@media(min-width:63.5em){.crest-nav{display:flex;align-items:center;gap:.4em}.crest-nav ul{flex-direction:row;gap:.1em}.crest-nav a{padding:.6em .75em}.crest-cta{margin:0 0 0 .8em}.crest-burger{display:none}.foyer-split{flex-direction:row;align-items:stretch}.foyer-copy{flex:0 0 46%;padding:5.5em 3.5em 5em calc((100vw - 73.75em)/2 + 5.5%*.9)}.foyer-visual{flex:1}.shelf{grid-template-columns:repeat(3,1fr)}.shelf-card--wide{grid-column:span 2}.rite{grid-template-columns:repeat(4,1fr)}.keel-grid{grid-template-columns:1.4fr 1fr 1fr 1.3fr}}
@media(max-width:63.49em){.foyer-visual img{max-height:26em}}
