/* Cedar & Stone — shared across every page.
   Warm paper, Fraunces for headings, one terracotta accent. Deliberately
   nothing like Streetside: if you covered both logos these could not be
   mistaken for the same shop. */

@font-face{font-family:Fraunces;src:url(../fonts/Fraunces.woff2) format('woff2');
  font-weight:300 900;font-display:swap}
@font-face{font-family:Karla;src:url(../fonts/Karla.woff2) format('woff2');
  font-weight:400 700;font-display:swap}

/* Warm paper, deep leaf, and a terracotta accent. Restrained: one accent,
   and it only appears on the number in the headline and the price. */
:root{
  --paper:#F4EEE0; --paper-2:#EAE2CE;
  --ink:#22301E; --ink-soft:#5B6A52;
  --rule:#C9BFA5;
  --bloom:#C0562A;
  --star:#B8862C;
  --pad:clamp(20px,5vw,64px);
  --bar:0px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);
  font:400 20px/1.6 Karla,-apple-system,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;padding-bottom:var(--bar)}
h1,h2,h3{margin:0;font-family:Fraunces,Georgia,serif;font-weight:600;
  font-variation-settings:'SOFT' 55,'WONK' 1;line-height:1.03;letter-spacing:-.021em}
p{margin:0}
a{color:inherit}
img{display:block;max-width:100%;height:auto}
.wrap{max-width:1240px;margin:0 auto;padding-inline:var(--pad)}

/* paper grain — keeps it from reading as a screen */
body::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:1;
  opacity:.04;mix-blend-mode:multiply;background-size:190px 190px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='190'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.wrap,.bar,.act{position:relative;z-index:2}

/* ── header ── */
.bar{position:sticky;top:0;z-index:40;background:rgba(244,238,224,.95);
  backdrop-filter:blur(6px);border-bottom:1px solid var(--rule)}
.bar .wrap{display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding-block:14px}
.mark{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:26px;
  font-variation-settings:'SOFT' 90,'WONK' 1;letter-spacing:-.012em}
.bar nav{display:flex;gap:24px;font-weight:600;font-size:18px}
.bar nav a{text-decoration:none;color:var(--ink-soft)}
.bar nav a:hover{color:var(--ink)}
.tel{background:var(--ink);color:var(--paper);text-decoration:none;font-weight:700;
  font-size:19px;padding:13px 22px;white-space:nowrap}
.tel:hover{background:var(--bloom)}

/* ── hero: the photograph carries it ── */
.hero{padding-block:clamp(34px,5vw,72px) clamp(30px,4vw,56px)}
.hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;
  gap:clamp(28px,5vw,72px);align-items:stretch}
/* The photograph runs the full height of the headline column rather than
   floating as a small 3:2 card beside three lines of type.
   min-width:0 is load-bearing: a grid item defaults to min-width:auto, so the
   image would size its width from the stretched height and push past the page. */
.hero .wrap > *{min-width:0}
/* Two class names, so this beats the plain `.shot` ratio declared below it. */
.shot.hero-shot{aspect-ratio:auto;min-height:clamp(300px,34vw,470px)}
.hero h1{font-size:clamp(42px,6.2vw,84px);max-width:13ch}
.hero h1 em{font-style:normal;color:var(--bloom)}
.rating{margin-top:22px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  font-size:18px;font-weight:700}
.rating .s{color:var(--star);letter-spacing:2px;font-size:20px}
.rating span{color:var(--ink-soft);font-weight:400}
.hero .sub{margin-top:14px;font-size:clamp(19px,2vw,23px);color:var(--ink-soft);max-width:32ch}
.cta{margin-top:30px;display:flex;flex-wrap:wrap;gap:13px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:66px;
  padding:20px 34px;text-decoration:none;font-weight:700;font-size:20px;
  background:var(--ink);color:var(--paper)}
.btn:hover{background:#16210F}
.btn.o{background:transparent;color:var(--ink);border:2px solid var(--ink)}
.btn.o:hover{background:var(--ink);color:var(--paper)}

/* Photographs sit in a fixed ratio so nothing reflows as they load. The
   shadow is the only ornament on the page and it reads as paper lift. */
.shot{margin:0;position:relative;aspect-ratio:3/2;background:var(--paper-2);
  border:1px solid var(--rule);overflow:hidden;
  box-shadow:0 18px 44px -30px rgba(34,48,30,.5)}
.shot.sq{aspect-ratio:1/1}
.shot picture{display:block;width:100%;height:100%}
.shot img{width:100%;height:100%;object-fit:cover;display:block}
.shot.wide{grid-column:1/-1;aspect-ratio:3/2}

/* ── what we build ── */
.jobs{border-top:2px solid var(--ink)}
.job{display:flex;align-items:baseline;justify-content:space-between;gap:20px;
  padding:24px 0;border-bottom:1px solid var(--rule)}
.job b{font-family:Fraunces,Georgia,serif;font-weight:600;
  font-variation-settings:'SOFT' 40,'WONK' 0;
  font-size:clamp(23px,3vw,34px);letter-spacing:-.016em}
.job span{font-weight:700;font-size:clamp(19px,2.2vw,24px);color:var(--bloom);white-space:nowrap}

/* ── recent work ── */
.gallery{padding-block:clamp(50px,7vw,96px)}
.gallery h2{font-size:clamp(30px,4.4vw,54px);max-width:20ch}
.gallery p.lede{margin-top:14px;font-size:20px;color:var(--ink-soft);max-width:52ch}
.strip{margin-top:clamp(26px,3.6vw,44px);display:grid;
  grid-template-columns:repeat(2,1fr);gap:clamp(14px,2vw,28px)}

/* ── close ── */
.end{background:var(--ink);color:var(--paper)}
.end .wrap{padding-block:clamp(50px,7.5vw,96px)}
.end h2{font-size:clamp(32px,5.4vw,64px);max-width:14ch}
.end p{margin-top:16px;font-size:clamp(19px,2.1vw,23px);color:#AEBCA4;max-width:30ch}
.end .btn{background:var(--bloom);color:#fff}
.end .btn:hover{background:#D2683A}
.end .btn.o{background:transparent;color:var(--paper);border-color:#5E6E55}
.end .btn.o:hover{background:var(--paper);color:var(--ink)}

footer{padding:26px 0 40px;font-size:15px;color:var(--ink-soft);line-height:1.6}

/* ── mobile action bar ── */
.act{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none}
.act a{flex:1;display:flex;align-items:center;justify-content:center;gap:9px;
  min-height:64px;padding:15px 10px calc(15px + env(safe-area-inset-bottom));
  text-decoration:none;font-weight:700;font-size:19px;color:var(--paper)}
.act .c{background:var(--ink)} .act .t{background:var(--bloom);color:#fff}
.act svg{width:20px;height:20px;flex:none}

@media (max-width:900px){
  .hero .wrap{grid-template-columns:1fr}
  .hero .shot{order:-1}
  .strip{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
  :root{--bar:78px}
  .act{display:flex}
  .bar nav{display:none}
  .btn{width:100%}
  .strip{grid-template-columns:1fr}
}

/* ═══════════════════════════════════════════════════════════════════════
   Inner pages. Same job as Streetside's inner pages, solved differently on
   purpose: this one reads like a printed brochure — serif headings, hairline
   rules, generous leading, no uppercase micro-labels anywhere.
   ═══════════════════════════════════════════════════════════════════════ */

.bar .mark{text-decoration:none;color:inherit}
.bar nav a[aria-current=page]{color:var(--ink);box-shadow:inset 0 -2px 0 var(--bloom)}

/* ── page header ── */
.phead{padding-block:clamp(36px,5vw,76px) clamp(18px,2.4vw,34px)}
.phead h1{font-size:clamp(38px,6vw,80px);max-width:15ch}
.phead h1 em{font-style:normal;color:var(--bloom)}
.phead .lede{margin-top:18px;font-size:clamp(19px,2.1vw,24px);color:var(--ink-soft);max-width:50ch}

/* ── prose ── */
.prose{max-width:64ch}
.prose p{margin-top:18px;font-size:20px}
.prose p:first-child{margin-top:0}
.prose h2{font-size:clamp(26px,3.6vw,40px);margin-top:52px}
.prose h2:first-child{margin-top:0}
.prose .drop{font-size:23px;color:var(--ink-soft)}

/* ── what we build ── */
.build{border-top:2px solid var(--ink);padding-block:clamp(28px,3.6vw,50px);
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(20px,4vw,60px)}
.build + .build{border-top:1px solid var(--rule)}
.build h2{font-size:clamp(28px,4.2vw,50px)}
.build .from{margin-top:12px;font-weight:700;font-size:clamp(21px,2.4vw,27px);color:var(--bloom)}
.build p{margin-top:14px;font-size:19px;color:var(--ink-soft);max-width:44ch}
.build ul{margin:0;padding:0;list-style:none}
.build li{padding:12px 0;border-bottom:1px solid var(--rule);font-size:18px;
  display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:baseline}
.build li::before{content:'';width:7px;height:7px;background:var(--bloom);
  transform:rotate(45deg);position:relative;top:-2px}
.build li:last-child{border-bottom:0}
.build .sub{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:21px;
  font-variation-settings:'SOFT' 40,'WONK' 0;margin-bottom:4px}
.build .sub + ul{margin-bottom:26px}

/* ── garden archive ── */
.plots{display:grid;gap:clamp(34px,5vw,72px);margin-top:clamp(26px,3.4vw,46px)}
.plot{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  gap:clamp(18px,3.4vw,52px);align-items:center}
.plot:nth-child(even) figure{order:-1}
.plot .where{font-weight:700;font-size:17px;color:var(--bloom)}
.plot h2{font-size:clamp(26px,3.4vw,40px);margin-top:8px}
.plot p{margin-top:12px;font-size:19px;color:var(--ink-soft);max-width:44ch}
.plot figure{margin:0;position:relative;aspect-ratio:3/2;overflow:hidden;
  background:var(--paper-2);border:1px solid var(--rule);
  box-shadow:0 18px 44px -30px rgba(34,48,30,.5)}
.plot figure.sq{aspect-ratio:1/1}
.plot figure picture{display:block;width:100%;height:100%}
.plot figure img{width:100%;height:100%;object-fit:cover;display:block}

/* ── what people said ── */
/* Pull quotes down the page with the attribution hanging opposite — an
   editorial layout, deliberately not a row of three equal cards (L1). */
.words{margin-top:clamp(24px,3vw,40px)}
.word{margin:0;padding:26px 0;border-top:1px solid var(--rule);
  display:grid;grid-template-columns:minmax(0,2.3fr) minmax(0,1fr);
  gap:4px clamp(20px,4vw,60px);align-items:start}
.word .s{grid-column:1}
.word p:not(.s){grid-column:1;max-width:52ch}
.word cite{grid-column:2;grid-row:1 / span 3;margin-top:2px}
.word p{font-family:Fraunces,Georgia,serif;font-weight:400;
  font-variation-settings:'SOFT' 70,'WONK' 1;font-size:22px;line-height:1.36;
  letter-spacing:-.012em}
.word cite{display:block;margin-top:14px;font-style:normal;font-size:16px;
  color:var(--ink-soft);font-family:Karla,sans-serif}
.word .s{color:var(--star);letter-spacing:2px;font-size:16px;margin-bottom:10px}

/* ── questions ── */
.qs{margin-top:clamp(24px,3vw,42px);max-width:66ch}
.qs dt{font-family:Fraunces,Georgia,serif;font-weight:600;
  font-variation-settings:'SOFT' 40,'WONK' 0;
  font-size:clamp(21px,2.4vw,27px);letter-spacing:-.014em;margin-top:32px}
.qs dt:first-of-type{margin-top:0}
.qs dd{margin:8px 0 0;font-size:19px;color:var(--ink-soft);max-width:56ch}

/* ── booking ── */
.book{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:clamp(28px,5vw,76px);align-items:start;margin-top:clamp(20px,2.6vw,36px)}
form.visit{display:grid;gap:18px}
.field{display:grid;gap:8px}
.field label{font-weight:700;font-size:18px}
.field input,.field select,.field textarea{
  font:inherit;font-size:19px;color:var(--ink);background:#FBF8F0;
  border:1px solid var(--rule);border-bottom:2px solid var(--ink);
  padding:15px 16px;min-height:60px;width:100%;border-radius:0;appearance:none}
.field textarea{min-height:140px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:3px solid var(--bloom);outline-offset:2px}
.field .help{font-size:16px;color:var(--ink-soft)}
form.visit .btn{width:100%}
.formnote{font-size:16px;color:var(--ink-soft);max-width:50ch}

.card{border-top:2px solid var(--ink)}
.card .row{border-bottom:1px solid var(--rule);padding:20px 0}
.card .row b{display:block;font-weight:700;font-size:17px;color:var(--ink-soft)}
.card .row p{margin-top:6px;font-size:19px}
.card .row a.big{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:27px;
  color:var(--bloom);text-decoration:none;display:block;margin-top:6px}
.card .row a.big:hover{text-decoration:underline}
.card .row ul{margin:8px 0 0;padding:0;list-style:none;columns:2;font-size:18px;color:var(--ink-soft)}

/* ── footer ── */
.site-foot{border-top:1px solid var(--rule);margin-top:clamp(54px,7vw,100px);
  padding-block:clamp(36px,4.6vw,64px) 36px}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:clamp(22px,3.6vw,56px)}
.foot-grid h2{font-family:Karla,sans-serif;font-size:16px;font-weight:700;
  letter-spacing:.02em;color:var(--ink-soft)}
.foot-grid ul{margin:14px 0 0;padding:0;list-style:none}
.foot-grid li{margin-top:10px}
.foot-grid a{color:var(--ink);text-decoration:none;font-size:18px}
.foot-grid a:hover{color:var(--bloom)}
.foot-grid p{margin-top:14px;font-size:18px;color:var(--ink-soft)}
.foot-brand .mark{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:26px;
  font-variation-settings:'SOFT' 90,'WONK' 1;letter-spacing:-.012em}
.legal{margin-top:clamp(30px,3.6vw,50px);padding-top:22px;border-top:1px solid var(--rule);
  display:flex;flex-wrap:wrap;gap:8px 28px;font-size:16px;color:var(--ink-soft)}

@media (max-width:900px){
  .build,.plot,.book,.word{grid-template-columns:1fr}
  .word cite{grid-column:1;grid-row:auto;margin-top:12px}
  .plot figure,.plot:nth-child(even) figure{order:-1}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .foot-grid{grid-template-columns:1fr}
  .card .row ul{columns:1}
}

/* ── the bed, seven years ──
   The site's signature. Sits high on the page because nearly every site in
   the reference set puts its moving thing above the fold — you should know
   what the business does inside a second. */
.grow{padding-block:clamp(24px,3.4vw,48px) clamp(30px,4.4vw,64px)}
.growbox{border:1px solid var(--rule);background:var(--paper-2);overflow:hidden;
  box-shadow:0 18px 44px -30px rgba(34,48,30,.5)}
.growbox canvas{display:block;width:100%;height:auto}
.growbar{margin-top:18px;display:grid;grid-template-columns:auto 1fr auto;
  gap:14px 18px;align-items:center}
.growbar label{font-weight:700;font-size:17px;white-space:nowrap}
.growbar .yr{font-family:Fraunces,Georgia,serif;font-weight:600;
  font-variation-settings:'SOFT' 40,'WONK' 0;font-size:26px;white-space:nowrap;
  min-width:7ch;text-align:right}
.grownote{margin-top:16px;font-size:18px;color:var(--ink-soft);max-width:62ch;min-height:3.2em}
.grownote b{color:var(--ink);font-weight:700}
.grow input[type=range]{width:100%;height:44px;-webkit-appearance:none;appearance:none;
  background:transparent;cursor:ew-resize}
.grow input[type=range]::-webkit-slider-runnable-track{height:2px;background:var(--rule)}
.grow input[type=range]::-moz-range-track{height:2px;background:var(--rule)}
.grow input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:36px;height:36px;
  border-radius:50%;background:var(--bloom);margin-top:-17px;border:3px solid var(--paper)}
.grow input[type=range]::-moz-range-thumb{width:36px;height:36px;border-radius:50%;
  background:var(--bloom);border:3px solid var(--paper)}
.grow input[type=range]:focus-visible{outline:3px solid var(--bloom);outline-offset:3px}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@media (max-width:640px){
  .growbar{grid-template-columns:1fr auto}
  .growbar label{grid-column:1/-1}
}

/* The 3D bed sits on top; the 2D drawing underneath is the fallback and stays
   visible until WebGL has actually started, so there is never an empty box. */
#grow-3d{display:block;width:100%;line-height:0}
#grow-3d canvas{display:block;width:100%;height:auto}
.grow[data-mode="3d"] #grow-cv{display:none}
.grow[data-no3d] #grow-3d{display:none}
