/* Hestia Placement — Japandi / Scandinave clair */
:root {
  --bg: #FAF8F4;
  --paper: #F3EFE8;
  --oak: #C9A27E;
  --oak-ink: #86613D;
  --ink: #2E2E2E;
  --ink-soft: #5A5753;
  --sage: #9AA891;
  --sage-ink: #5E6D56;
  --line: #E4DDD2;
  --err: #A0412F;
  --sans: "Outfit", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --gut: clamp(16px, 4.5vw, 72px);
  --max: 1320px;
  --r: 2px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-weight: 300; font-size: clamp(16px, 1.02vw + 11px, 18px); line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
em { font-family: var(--serif); font-style: italic; font-weight: 300; }
h1, h2, h3 { font-weight: 200; line-height: 1.12; margin: 0; letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 3.6vw + .5rem, 3.6rem); }
h2 em, h1 em { color: var(--oak-ink); }
h3 { font-weight: 400; font-size: 1.12rem; letter-spacing: 0; }
p { margin: 0 0 1em; }
:focus-visible { outline: 1.5px solid var(--oak-ink); outline-offset: 4px; }

.hst-skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--bg); padding: 8px 14px; z-index: 100; }
.hst-skip:focus { left: 8px; }

.hst-eyebrow {
  font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; font-weight: 400;
  color: var(--sage-ink); margin-bottom: 1.4rem; display: flex; align-items: center; gap: 14px;
}
.hst-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--sage); }
.hst-small { font-size: .82rem; color: var(--ink-soft); }

.hst-section { padding: clamp(96px, 13vw, 200px) var(--gut) 0; max-width: var(--max); margin: 0 auto; }

/* Buttons: squared, hairline */
.hst-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font: 400 .88rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase;
  padding: 18px 28px; border: 1px solid var(--ink); background: var(--ink); color: var(--bg);
  text-decoration: none; border-radius: var(--r); cursor: pointer; transition: background .3s, color .3s;
}
.hst-btn:hover { background: var(--oak-ink); border-color: var(--oak-ink); }
.hst-btn--ghost { background: transparent; color: var(--ink); }
.hst-btn--ghost:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.hst-textlink { text-decoration: none; border-bottom: 1px solid var(--oak); padding-bottom: 3px; font-size: .95rem; }
.hst-textlink:hover { color: var(--oak-ink); }

/* Header */
.hst-header { position: sticky; top: 0; z-index: 50; background: rgba(250, 248, 244, .96); border-bottom: 1px solid var(--line); }
.hst-header__in { max-width: var(--max); margin: 0 auto; padding: 0 var(--gut); height: 72px; display: flex; align-items: center; justify-content: space-between; }
.hst-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.hst-logo__mark { width: 34px; height: 34px; border: 1px solid var(--oak); display: grid; place-items: center; font-weight: 300; font-size: 1rem; border-radius: var(--r); }
.hst-logo__word { font-size: 1.15rem; font-weight: 300; letter-spacing: .04em; }
.hst-logo__word em { color: var(--oak-ink); }
.hst-nav ul { list-style: none; display: flex; gap: clamp(18px, 2.4vw, 40px); margin: 0; padding: 0; align-items: center; }
.hst-nav a { text-decoration: none; font-size: .9rem; font-weight: 400; color: var(--ink-soft); position: relative; }
.hst-nav a:hover { color: var(--ink); }
.hst-nav a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 1px; background: var(--oak); transition: width .3s; }
.hst-nav a:hover::after { width: 100%; }
.hst-nav__cta { color: var(--ink) !important; border: 1px solid var(--ink); padding: 10px 16px; border-radius: var(--r); }
.hst-nav__cta::after { display: none; }
.hst-burger { display: none; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; position: relative; }
.hst-burger span { position: absolute; left: 10px; right: 10px; height: 1px; background: var(--ink); transition: transform .3s, top .3s; }
.hst-burger span:first-child { top: 18px; }
.hst-burger span:last-child { top: 26px; }
.hst-burger[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.hst-burger[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }

/* Hero — split, vertical text, staggered images */
.hst-hero {
  max-width: var(--max); margin: 0 auto; padding: clamp(40px, 7vw, 110px) var(--gut) 0;
  display: grid; grid-template-columns: 40px minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(24px, 4vw, 72px); align-items: start;
}
.hst-hero__vert {
  writing-mode: vertical-rl; transform: rotate(180deg); margin: 0;
  font-size: .72rem; letter-spacing: .34em; text-transform: uppercase; color: var(--sage-ink);
  border-right: 1px solid var(--line); padding-right: 14px; align-self: stretch; text-align: right;
}
.hst-hero__text { padding-top: clamp(10px, 5vw, 90px); }
.hst-hero h1 { font-size: clamp(2.6rem, 5.2vw + .4rem, 5.6rem); font-weight: 200; margin-bottom: 2rem; }
.hst-lead { color: var(--ink-soft); max-width: 36em; font-size: 1.05em; }
.hst-hero__cta { display: flex; flex-wrap: wrap; gap: 18px 32px; align-items: center; margin-top: 2.4rem; }
.hst-hero__media { position: relative; min-height: clamp(420px, 48vw, 700px); }
.hst-hero__img { margin: 0; position: absolute; overflow: hidden; border-radius: var(--r); }
.hst-hero__img img { width: 100%; height: 100%; object-fit: cover; }
.hst-hero__img--a { top: 0; right: 0; width: 82%; aspect-ratio: 4 / 3; }
.hst-hero__img--b { left: 0; bottom: 0; width: 44%; aspect-ratio: 3 / 4; border: 10px solid var(--bg); }
.hst-hero__note { position: absolute; right: 0; bottom: 0; width: 46%; margin: 0; font-size: .9rem; color: var(--ink-soft); border-top: 1px solid var(--oak); padding-top: 12px; }

/* About */
.hst-about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 110px); }
.hst-about__body p { color: var(--ink-soft); }
.hst-about__sign { color: var(--oak-ink) !important; font-size: 1.2rem; }
.hst-figures { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(30px, 5vw, 70px) 0 0; border-top: 1px solid var(--line); }
.hst-figures div { padding: 28px 20px 0 0; border-right: 1px solid var(--line); padding-left: 20px; }
.hst-figures div:first-child { padding-left: 0; }
.hst-figures div:last-child { border-right: 0; }
.hst-figures dd { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 200; color: var(--ink); line-height: 1.1; order: -1; }
.hst-figures div { display: flex; flex-direction: column; }
.hst-figures dt { font-size: .82rem; color: var(--ink-soft); margin-top: 8px; }

/* Services rail */
.hst-services { max-width: none; padding-left: 0; padding-right: 0; }
.hst-services__head { max-width: var(--max); margin: 0 auto 48px; padding: 0 var(--gut); display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.hst-rail__ctrl { display: flex; gap: 10px; }
.hst-rail__btn { width: 52px; height: 52px; border: 1px solid var(--ink); background: transparent; border-radius: var(--r); cursor: pointer; font-size: 1.1rem; color: var(--ink); transition: background .3s, color .3s; }
.hst-rail__btn:hover { background: var(--ink); color: var(--bg); }
.hst-rail { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--oak) transparent; padding-bottom: 24px; }
.hst-rail::-webkit-scrollbar { height: 3px; }
.hst-rail::-webkit-scrollbar-thumb { background: var(--oak); }
.hst-rail__track {
  list-style: none; margin: 0; display: flex; gap: clamp(16px, 2vw, 28px);
  padding: 0 var(--gut) 0 max(var(--gut), calc((100vw - var(--max)) / 2 + var(--gut)));
}
.hst-rail__track::after { content: ""; flex: 0 0 1px; }
.hst-card {
  flex: 0 0 min(80vw, 360px); scroll-snap-align: start; scroll-margin-left: var(--gut);
  background: var(--paper); border-radius: var(--r); padding: 40px 32px 36px; min-height: 380px;
  display: flex; flex-direction: column; border-top: 2px solid transparent; transition: border-color .3s, background .3s;
}
.hst-card:nth-child(even) { background: #EEF0EA; }
.hst-card:hover { border-top-color: var(--oak); }
.hst-card__emoji { font-size: 2rem; line-height: 1; margin-bottom: auto; padding-bottom: 60px; }
.hst-card__kicker { font-family: var(--serif); font-style: italic; color: var(--oak-ink); margin: 0 0 6px; }
.hst-card h3 { font-size: 1.35rem; font-weight: 300; margin-bottom: 14px; }
.hst-card p:last-child { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.hst-services__hint { max-width: var(--max); margin: 8px auto 0; padding: 0 var(--gut); font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sage-ink); }

/* Why — masonry */
.hst-why__head { margin-bottom: clamp(40px, 6vw, 80px); max-width: 720px; }
.hst-masonry { columns: 3 280px; column-gap: clamp(20px, 3vw, 44px); }
.hst-why__item { break-inside: avoid; margin-bottom: clamp(36px, 5vw, 64px); }
.hst-why__item img { width: 100%; object-fit: cover; border-radius: var(--r); margin-bottom: 20px; }
.hst-r-tall { aspect-ratio: 4 / 5; }
.hst-r-wide { aspect-ratio: 4 / 3; }
.hst-r-square { aspect-ratio: 1 / 1; }
.hst-why__item h3 { font-size: 1.25rem; font-weight: 300; margin-bottom: 10px; }
.hst-why__item p { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.hst-why__item:nth-child(2) { padding-top: 0; }

/* Reviews */
.hst-reviews__head { margin-bottom: clamp(40px, 6vw, 80px); }
.hst-reviews__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.hst-review { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: clamp(20px, 4vw, 64px); padding: clamp(28px, 4vw, 48px) 0; border-bottom: 1px solid var(--line); align-items: start; }
.hst-review:nth-child(2) { padding-left: clamp(0px, 10vw, 160px); }
.hst-review:nth-child(3) { padding-left: clamp(0px, 20vw, 320px); }
.hst-review img { width: 110px; height: 110px; object-fit: cover; border-radius: var(--r); filter: saturate(.8); }
.hst-review blockquote { margin: 0; }
.hst-review blockquote p { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(1.15rem, 1.2vw + .6rem, 1.5rem); line-height: 1.5; margin-bottom: 18px; }
.hst-review footer { font-size: .85rem; display: flex; flex-wrap: wrap; gap: 6px 16px; }
.hst-review__who { font-weight: 500; letter-spacing: .1em; }
.hst-review__role { color: var(--ink-soft); }

/* Contact */
.hst-contact { padding-bottom: clamp(96px, 12vw, 180px); }
.hst-contact__pitch { max-width: 760px; margin-bottom: clamp(40px, 6vw, 72px); }
.hst-contact__pitch p:last-child { color: var(--ink-soft); }
.hst-contact__grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 100px); align-items: start; }
.hst-form { display: flex; flex-wrap: wrap; gap: 0 32px; position: relative; }
.hst-field { flex: 1 1 100%; margin-bottom: 14px; min-width: 0; }
.hst-field--half { flex: 1 1 calc(50% - 16px); min-width: 220px; }
.hst-field label { display: block; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; font-weight: 400; }
.hst-opt { text-transform: none; letter-spacing: 0; }
.hst-field input, .hst-field select, .hst-field textarea {
  width: 100%; font: 300 1rem/1.5 var(--sans); color: var(--ink); background: transparent;
  border: 0; border-bottom: 1px solid #CFC6B8; border-radius: 0; padding: 10px 0; transition: border-color .3s;
}
.hst-field select { appearance: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%232E2E2E'/%3E%3C/svg%3E") no-repeat right 4px center; padding-right: 24px; }
.hst-field textarea { resize: vertical; border: 1px solid #CFC6B8; padding: 12px 14px; border-radius: var(--r); }
.hst-field input:focus, .hst-field select:focus, .hst-field textarea:focus { outline: none; border-color: var(--oak-ink); box-shadow: 0 1px 0 var(--oak-ink); }
.hst-field.is-invalid input, .hst-field.is-invalid select, .hst-field.is-invalid textarea { border-color: var(--err); }
.hst-err { color: var(--err); font-size: .8rem; line-height: 1.3; margin: 4px 0 0; min-height: 1.3em; }
.hst-check { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.hst-check input { width: 18px; height: 18px; margin: 4px 0 0; accent-color: var(--ink); }
.hst-check label { text-transform: none; letter-spacing: 0; font-size: .88rem; margin: 0; }
.hst-check .hst-err { grid-column: 2; }
.hst-form__foot { flex: 1 1 100%; display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.hst-form__foot p { margin: 0; }
.hst-success { flex: 1 1 100%; margin-top: 28px; padding: 24px 28px; background: #EEF0EA; border-left: 2px solid var(--sage); border-radius: var(--r); }
.hst-success__t { font-weight: 400; margin-bottom: 6px; }
.hst-success p:last-child { margin: 0; color: var(--ink-soft); }
.hst-info { background: var(--paper); padding: clamp(28px, 3vw, 44px); border-radius: var(--r); display: grid; gap: 28px; }
.hst-info h3 { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sage-ink); font-weight: 400; margin-bottom: 8px; }
.hst-info address, .hst-info p { font-style: normal; margin: 0; }
.hst-info a { text-decoration: none; border-bottom: 1px solid var(--oak); word-break: break-word; }

/* Footer */
.hst-footer { border-top: 1px solid var(--line); background: var(--paper); }
.hst-footer__in { max-width: var(--max); margin: 0 auto; padding: clamp(56px, 8vw, 110px) var(--gut) 40px; }
.hst-footer__brand { font-size: clamp(2.6rem, 9vw, 8rem); font-weight: 200; line-height: 1; margin-bottom: 28px; letter-spacing: -.02em; }
.hst-footer__brand em { color: var(--oak-ink); }
.hst-footer__line { max-width: 44em; color: var(--ink-soft); }
.hst-footer__addr { font-style: normal; font-size: .92rem; margin-bottom: 28px; }
.hst-footer__addr a, .hst-footer__nav a { text-decoration: none; border-bottom: 1px solid var(--oak); }
.hst-footer__nav { display: flex; flex-wrap: wrap; gap: 12px 32px; font-size: .9rem; padding: 24px 0; border-top: 1px solid var(--line); }
.hst-footer__copy { font-size: .8rem; color: var(--ink-soft); margin: 0; }

/* Cookie — full-width band */
.hst-cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--ink); color: var(--bg);
  padding: 18px var(--gut); display: flex; flex-wrap: wrap; gap: 14px 32px; align-items: center; justify-content: space-between;
  transform: translateY(100%); transition: transform .5s ease;
}
.hst-cookie[hidden] { display: none; }
.hst-cookie.is-shown { transform: none; }
.hst-cookie p { margin: 0; font-size: .88rem; max-width: 70ch; }
.hst-cookie a { color: var(--oak); }
.hst-cookie__btns { display: flex; gap: 10px; }
.hst-cookie .hst-btn { padding: 12px 20px; background: var(--bg); color: var(--ink); border-color: var(--bg); }
.hst-cookie .hst-btn--ghost { background: transparent; color: var(--bg); }
.hst-cookie .hst-btn:hover { background: var(--oak); border-color: var(--oak); color: var(--ink); }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s ease, transform .9s ease; }
.js .reveal.is-in { opacity: 1; transform: none; }

/* Breakpoints */
@media (max-width: 1080px) {
  .hst-hero { grid-template-columns: 32px minmax(0, 1fr); }
  .hst-hero__media { grid-column: 1 / -1; min-height: clamp(360px, 70vw, 620px); }
  .hst-figures { grid-template-columns: repeat(2, 1fr); }
  .hst-figures div:nth-child(2) { border-right: 0; }
  .hst-figures div:nth-child(3) { padding-left: 0; }
}
@media (max-width: 860px) {
  .hst-burger { display: block; }
  .hst-nav { position: fixed; inset: 72px 0 0 0; background: var(--bg); padding: 40px var(--gut); transform: translateX(100%); transition: transform .4s ease; visibility: hidden; }
  .hst-nav.is-open { transform: none; visibility: visible; }
  .hst-nav ul { flex-direction: column; align-items: flex-start; gap: 26px; }
  .hst-nav a { font-size: 1.5rem; font-weight: 200; color: var(--ink); }
  .hst-about { grid-template-columns: 1fr; }
  .hst-contact__grid { grid-template-columns: 1fr; }
  .hst-review:nth-child(2), .hst-review:nth-child(3) { padding-left: 0; }
}
@media (max-width: 600px) {
  .hst-hero { grid-template-columns: 1fr; }
  .hst-hero__vert { writing-mode: horizontal-tb; transform: none; border: 0; border-bottom: 1px solid var(--line); padding: 0 0 10px; text-align: left; font-size: .64rem; letter-spacing: .22em; }
  .hst-hero__media { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .hst-hero__img { position: static; }
  .hst-hero__img--a { grid-column: 1 / -1; width: 100%; }
  .hst-hero__img--b { width: 100%; border: 0; margin-top: -40px; margin-left: 12px; border: 6px solid var(--bg); }
  .hst-hero__note { position: static; width: auto; align-self: end; }
  .hst-review { grid-template-columns: 1fr; }
  .hst-review img { width: 72px; height: 72px; }
  .hst-figures div { padding-left: 0 !important; padding-right: 12px; }
  .hst-services__head { flex-direction: column; align-items: flex-start; }
  .hst-field--half { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
