/* =========================================================
   BESPOKE VERMONT — OFFICIAL JOURNAL CSS
   Canonical production stylesheet
   Consolidated source of truth — no patch layers
   ========================================================= */

:root {
  interpolate-size: allow-keywords;
  --ink: #111;
  --paper: #fff;
  --stone: #f3f2ef;
  --muted: #77736c;
  --line: rgba(17, 17, 17, 0.5);
  --edge: 5.5vw;
  --serif: "Georgia Pro", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 12px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 18px;
  top: 18px;
  z-index: 999;
  padding: 8px 10px;
  background: #fff;
}

.menu-toggle {
  position: fixed;
  z-index: 90;
  top: 20px;
  right: 22px;
  display: grid;
  width: 39px;
  height: 39px;
  padding: 0;
  place-content: center;
  gap: 4px;
  border: 1.5px dotted currentColor;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  cursor: pointer;
  mix-blend-mode: difference;
}

.menu-toggle span {
  display: block;
  width: 14px;
  border-top: 1.5px dotted currentColor;
}

.site-menu {
  position: fixed;
  z-index: 100;
  inset: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.98);
  color: #fff;
  opacity: 0;
  transition: opacity 0.42s ease, visibility 0.42s ease;
}

.site-menu.open {
  visibility: visible;
  opacity: 1;
}

.menu-close {
  position: absolute;
  top: 19px;
  right: 25px;
  border: 0;
  background: transparent;
  color: #fff;
  font: 400 28px/1 Georgia, serif;
  cursor: pointer;
}

.menu-links {
  display: flex;
  height: 100%;
  padding: 80px var(--edge);
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 27px;
}

.menu-links a {
  padding-bottom: 4px;
  border-bottom: 1px dotted transparent;
  font-size: 16px;
}

.menu-links a:hover {
  border-color: #fff;
}

/* =========================================================
   BESPOKE VERMONT — SINGLE JOURNAL TEMPLATE
   Canonical single-post shell
   ========================================================= */

body.single-post .entry-header,
body.single-post .entry-title,
body.single-post .wp-block-post-title,
body.single-post .site-header,
body.single-post .wp-site-blocks > header,
body.single-post .sharedaddy,
body.single-post .sd-sharing-enabled,
body.single-post .sd-like-enabled,
body.single-post .jp-relatedposts,
body.single-post .post-likes-widget,
body.single-post .post-meta,
body.single-post .entry-meta,
body.single-post .tags-links,
body.single-post .tag-links,
body.single-post .post-tags,
body.single-post .entry-tags,
body.single-post .post-categories,
body.single-post .cat-links,
body.single-post .entry-footer {
  display: none !important;
}

body.single-post .site-main,
body.single-post main,
body.single-post .content-area,
body.single-post .site-content,
body.single-post .entry-content,
body.single-post .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bespoke-journal {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------------
   TRUE FULL-BLEED HERO
   --------------------------------------------------------- */

.article-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  height: 82vh;
  min-height: 580px;
  margin: 0 0 0 -50vw;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  color: #fff;
}

.article-hero__image {
  position: absolute;
  z-index: -3;
  inset: -7% 0;
  width: 100%;
  max-width: none;
  height: 114%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center center;
  transform: translate3d(0, 0, 0) scale(1.02);
  will-change: transform;
}

.article-hero::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.18)
  );
  content: "";
}

.article-hero__title {
  position: absolute;
  inset: 0;
  display: grid;
  padding: 0 24px;
  place-content: center;
  text-align: center;
}

.article-hero__title .kicker {
  margin-bottom: 9px;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.article-hero__title h1 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
}

.article-hero__title p {
  max-width: 470px;
  margin: 9px auto 0;
  font-size: 12px;
  font-style: italic;
}

.article-brand {
  position: absolute;
  right: 7.2%;
  bottom: 8.4%;
  display: inline-flex;
  height: 36px;
  align-items: stretch;
  border: 1.5px dotted currentColor;
  border-radius: 9px;
  line-height: 33px;
  white-space: nowrap;
}

.article-brand span {
  display: flex;
  align-items: center;
}

.article-brand .kc {
  padding: 0 14px;
  font-size: 12px;
}

.article-brand .divider {
  width: 0;
  border-left: 1.5px dotted currentColor;
}

.article-brand .name {
  padding: 0 16px;
  font-size: 11px;
}

.article-shell {
  width: min(100% - 11vw, 1280px);
  margin-inline: auto;
}

.article-intro {
  padding: 92px 0 88px;
  background: #fff;
}

.article-intro__grid {
  display: grid;
  grid-template-columns: minmax(170px, 26%) minmax(0, 58%);
  gap: 12%;
  align-items: start;
}

.article-intro__meta {
  position: sticky;
  top: 48px;
  font-size: 10px;
}

.article-intro__meta p {
  margin: 0 0 9px;
}

.article-intro__meta .rule {
  margin: 16px 0;
  border-top: 1px dotted var(--ink);
}

.article-intro__meta a {
  display: inline-flex;
  min-height: 40px;
  margin-top: 14px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: var(--stone);
  font-size: 11px;
  line-height: 1;
  transition:
    background-color 0.42s ease,
    color 0.42s ease,
    border-color 0.42s ease,
    transform 0.42s ease;
}

.article-intro__meta a:hover {
  border-color: var(--ink);
  background: #fff;
  color: var(--ink);
  transform: translateY(-1px);
}

.article-lead {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.38;
}

.article-lead-note {
  max-width: 650px;
  margin: 0;
  font-size: 12px;
}

.article-body-wrap {
  padding: 0 0 110px;
  background: #fff;
}

.article-body {
  width: min(56%, 820px);
  margin-left: 36%;
}

.article-body h2 {
  margin: 66px 0 18px;
  padding-bottom: 8px;
  border-bottom: 1px dotted var(--ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.article-body h3 {
  margin: 34px 0 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.article-body p {
  margin: 0 0 18px;
  font-size: 12px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 20px;
  padding-left: 20px;
  font-size: 12px;
}

.article-body li {
  margin: 0 0 8px;
}

.article-body blockquote {
  margin: 68px 0;
  padding: 40px 0;
  border-top: 1px dotted var(--ink);
  border-bottom: 1px dotted var(--ink);
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}

.article-body blockquote p {
  margin: 0;
  font-size: inherit;
}

.article-body hr {
  margin: 56px 0;
  border: 0;
  border-top: 1px dotted var(--ink);
}

.article-image-break {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  height: 72vh;
  min-height: 560px;
  margin: 76px 0 76px -50vw;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.article-image-break img {
  position: absolute;
  z-index: -2;
  inset: -6% 0;
  width: 100%;
  max-width: none;
  height: 112%;
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale(1.015);
  will-change: transform;
}

.article-image-break::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  content: "";
}

.article-image-break figcaption {
  position: absolute;
  bottom: 7%;
  left: 5.5%;
  margin: 0;
  font-size: 10px;
}

.article-faq {
  padding: 90px 0 100px;
  background: var(--stone);
}

.article-faq__grid {
  display: grid;
  grid-template-columns: 26% 58%;
  gap: 12%;
}

.article-faq h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.article-faq__items details {
  padding: 16px 0;
  border-top: 1px dotted var(--ink);
}

.article-faq__items details:last-child {
  border-bottom: 1px dotted var(--ink);
}

.article-faq summary {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
}

.article-faq summary::-webkit-details-marker {
  display: none;
}

.article-faq details p {
  max-width: 680px;
  margin: 12px 0 0;
  font-size: 12px;
}


/* ---------------------------------------------------------
   FAQ — QUIET OPEN/CLOSE MOTION
   --------------------------------------------------------- */

.article-faq details {
  overflow: clip;
}

.article-faq details::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    block-size 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.34s ease,
    content-visibility 0.52s allow-discrete;
}

.article-faq details[open]::details-content {
  block-size: auto;
  opacity: 1;
}

.article-faq summary {
  position: relative;
  padding-right: 30px;
  transition: opacity 0.32s ease;
}

.article-faq summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(0deg);
  color: var(--muted);
  content: "+";
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  transition: transform 0.42s ease;
}

.article-faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.article-faq summary:hover {
  opacity: 0.68;
}

.related-notes {
  padding: 92px 0;
  background: #fff;
}

.related-notes__heading {
  display: flex;
  margin-bottom: 26px;
  align-items: baseline;
  gap: 22px;
}

.related-notes__heading h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.related-notes__heading span {
  font-size: 10px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}

.related-card {
  padding-top: 15px;
  border-top: 1px dotted var(--ink);
}

.related-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
}

.related-card p {
  margin: 0 0 12px;
  font-size: 12px;
}

.related-card a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px dotted var(--ink);
  font-size: 12px;
}


/* ---------------------------------------------------------
   EDITORIAL DISCLAIMER
   --------------------------------------------------------- */

.article-disclaimer {
  padding: 70px 0 76px;
  background: #fff;
}

.article-disclaimer__copy {
  width: min(56%, 760px);
  margin-left: 22%;
  padding-top: 42px;
  border-top: 1px dotted var(--ink);
}

.article-disclaimer__copy p {
  margin: 0;
  font-size: 12px;
  line-height: 1.62;
}

.article-cta {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  height: 50vh;
  min-height: 380px;
  margin-left: -50vw;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.article-cta img {
  position: absolute;
  z-index: -3;
  inset: -6% 0;
  width: 100%;
  max-width: none;
  height: 112%;
  object-fit: cover;
  will-change: transform;
}

.article-cta::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.28));
  content: "";
}

.article-cta__copy {
  position: absolute;
  top: 31%;
  right: 7.5%;
  width: 31%;
  max-width: 420px;
}

.article-cta__copy h2 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 400;
}

.article-cta__copy .rule {
  margin: 0 0 15px;
  border-top: 1px dotted #fff;
}

.article-cta__copy p {
  margin: 0 0 15px;
  font-size: 12px;
}

.article-cta__copy a {
  display: inline-flex;
  min-height: 40px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  transition:
    background-color 0.42s ease,
    color 0.42s ease,
    transform 0.42s ease;
}

.article-cta__copy a:hover {
  background: #fff;
  color: #111;
  transform: translateY(-1px);
}

.site-footer {
  display: grid;
  min-height: 560px;
  padding: 88px 12.7% 72px;
  grid-template-columns: 35% 51%;
  justify-content: space-between;
  background: #fff;
  font-size: 10px;
}

.footer-left > .rule {
  margin-bottom: 46px;
  border-top: 1px dotted var(--ink);
}

.footer-logo {
  width: 230px;
  height: auto;
  margin-bottom: 20px;
}

.footer-phone {
  margin: 0 0 40px;
  font-size: 16px;
}

.kw-footer-logo {
  width: 245px;
  height: auto;
  margin-bottom: 29px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.footer-right .address {
  margin-top: 4px;
}

.footer-right > .rule {
  margin-top: -8px;
  border-top: 1px dotted var(--ink);
}

.footer-meta {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: start;
}

.social {
  color: #aaa;
  font-size: 17px;
}

.reviews p {
  margin: 0 0 9px;
}

.reviews a {
  color: #287ee8;
}

.reviews span {
  color: #e6b720;
}

.site-footer nav {
  display: grid;
  gap: 27px;
}

.copyright {
  margin-top: 7px;
}


@media (max-width: 820px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 12px;
  }

  .bespoke-journal {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .article-hero {
    left: 0;
    width: 100%;
    height: 80svh;
    min-height: 560px;
    margin-left: 0;
  }

  .article-hero__image {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none !important;
  }

  .article-hero__title {
    padding: 0 22px;
  }

  .article-hero__title h1 {
    font-size: 16px;
  }

  .article-hero__title p {
    max-width: 330px;
    font-size: 12px;
  }

  .article-brand {
    right: 22px;
    bottom: 8%;
  }

  .article-shell {
    width: calc(100% - 44px);
    max-width: none;
    margin-inline: auto;
  }

  .article-intro {
    padding: 74px 0;
  }

  .article-intro__grid,
  .article-faq__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .article-intro__meta {
    position: static;
  }

  .article-lead {
    font-size: 16px;
  }

  .article-body {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .article-body h2 {
    margin-top: 52px;
    font-size: 14px;
  }

  .article-body h3,
  .article-body p,
  .article-body li {
    font-size: 12px;
  }

  .article-body blockquote {
    margin: 52px 0;
    padding: 34px 0;
    font-size: 16px;
  }

  .article-image-break {
    left: 0;
    width: 100%;
    height: 72svh;
    min-height: 500px;
    margin-left: 0;
  }

  .article-image-break img,
  .article-cta img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important;
  }

  .article-faq {
    padding: 74px 0;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .article-disclaimer {
    padding: 58px 0 64px;
  }

  .article-disclaimer__copy {
    width: 100%;
    margin-left: 0;
    padding-top: 32px;
  }

  .article-cta {
    left: 0;
    width: 100%;
    height: 64svh;
    min-height: 460px;
    margin-left: 0;
  }

  .article-cta__copy {
    top: auto;
    right: 22px;
    bottom: 11%;
    left: 22px;
    width: auto;
    max-width: none;
  }


  .article-intro__meta a,
  .article-cta__copy a {
    min-height: 42px;
    padding: 12px 18px;
    font-size: 11px;
  }

  .article-image-break {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .article-faq summary {
    padding-right: 28px;
  }

  .site-footer {
    min-height: auto;
    padding: 78px 22px;
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .footer-meta {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .footer-logo {
    width: min(220px, 100%);
  }

  .kw-footer-logo {
    width: min(230px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-faq details::details-content,
  .article-faq summary::after {
    transition: none !important;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .article-hero__image,
  .article-image-break img,
  .article-cta img {
    transform: none !important;
  }
}