/* ============================================================
   seanramalho.com
   ============================================================ */

:root {
  --ink:        #171b26;
  --ink-2:      #2b3140;
  --ink-3:      #565e70;
  --muted:      #6d7486;
  --cream:      #faf8f5;
  --cream-2:    #f3efe9;
  --cream-3:    #ebe5db;
  --line:       #e0d9cf;
  --accent:     #b23a2e;
  --accent-2:   #932c21;
  --accent-sub: #f6ece9;
  --white:      #ffffff;

  --display: 'Barlow Condensed', 'Helvetica Neue', Arial, sans-serif;
  --body:    'Barlow', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --wrap: 1140px;
  --radius: 4px;
  --shadow: 0 1px 2px rgba(23,27,38,.05), 0 8px 24px -12px rgba(23,27,38,.14);
  --shadow-lg: 0 2px 4px rgba(23,27,38,.05), 0 20px 48px -16px rgba(23,27,38,.2);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.005em;
  margin: 0 0 .5em;
  font-weight: 700;
}

h1 { font-size: clamp(2.5rem, 6vw, 4.1rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.4rem; font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent-2); }

hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--white); padding: .8rem 1.2rem;
}
.skip:focus { left: 0; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ---------------------------------------------------------- layout */

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-inline: 24px; }
.wrap--narrow { max-width: 720px; }
.center { text-align: center; }
.muted { color: var(--muted); }

.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section--tall { padding-block: clamp(5rem, 12vw, 9rem); }
.section--tint { background: var(--cream-2); }
.section--dark { background: var(--ink); color: #cfd3dc; }
.section--dark h2, .section--dark h3 { color: var(--white); }

.eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 .9rem;
}
.section--dark .eyebrow { color: #e8a89f; }

.lede { font-size: 1.2rem; line-height: 1.6; color: var(--ink-3); }
.section--dark .lede { color: #b9bfcc; }

.rule { width: 52px; height: 3px; background: var(--accent); border-radius: 2px; margin: 0 0 1.6rem; }

/* ---------------------------------------------------------- buttons */

.btn {
  display: inline-block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--accent);
  padding: .78rem 1.6rem;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.btn:hover { background: var(--accent-2); border-color: var(--accent-2); color: var(--white); transform: translateY(-1px); }
.btn--lg { font-size: 1.12rem; padding: .95rem 2.1rem; }
.btn--sm { font-size: .92rem; padding: .55rem 1.05rem; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: var(--white); color: var(--ink); border-color: var(--ink-3); }
.btn--onDark { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn--onDark:hover { background: var(--cream-2); color: var(--ink); border-color: var(--cream-2); }

/* ---------------------------------------------------------- masthead */

.masthead {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
}
.masthead__inner { display: flex; align-items: center; gap: 1.5rem; min-height: 74px; }

.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.brand__mark { color: var(--accent); display: flex; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
  font-family: var(--display); font-weight: 700; font-size: 1.42rem;
  color: var(--ink); letter-spacing: -0.01em; white-space: nowrap;
}
.brand__role {
  font-size: .68rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--muted); font-weight: 500;
}

.nav { display: flex; align-items: center; gap: 1.15rem; }
.nav a {
  font-family: var(--display); font-weight: 600; font-size: .98rem;
  letter-spacing: .02em; text-transform: uppercase;
  color: var(--ink-2); text-decoration: none; white-space: nowrap;
}
.nav a:hover { color: var(--accent); }
.nav a[aria-current="page"] { color: var(--accent); }
.nav__cta { color: var(--white) !important; }

.navtoggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 40px; padding: 0 9px;
  background: transparent; border: 1px solid var(--line); border-radius: var(--radius);
  cursor: pointer;
}
.navtoggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; }

@media (max-width: 1080px) {
  .navtoggle { display: flex; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: .5rem 24px 1.25rem;
    display: none;
    box-shadow: var(--shadow);
  }
  body.nav-open .nav { display: flex; }
  .nav a { padding: .82rem 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .nav__cta { margin-top: 1rem; text-align: center; border-bottom: 0 !important; }
}

/* ---------------------------------------------------------- hero */

.hero {
  background: var(--ink);
  color: #c8cdd8;
  padding-block: clamp(4rem, 10vw, 7.5rem);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 78% 15%, rgba(178,58,46,.22), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero h1 { color: var(--white); max-width: 15ch; }
.hero .lede { color: #b6bccb; max-width: 54ch; font-size: 1.28rem; }
.hero--slim { padding-block: clamp(3rem, 7vw, 4.75rem); }
.hero--slim h1 { max-width: 22ch; font-size: clamp(2.2rem, 4.6vw, 3.2rem); }

.hero__grid {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero__note { margin-top: 1.5rem; font-size: .95rem; color: #8d94a6; }

.hero__photo {
  border-radius: var(--radius);
  overflow: hidden;
  background: #232838;
  aspect-ratio: 4 / 5;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid #2e3446;
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__photo { max-width: 380px; aspect-ratio: 4/3; }
}

/* ---------------------------------------------------------- placeholder box */

.ph {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .5rem; text-align: center; padding: 2rem 1.5rem;
  color: var(--muted); font-size: .9rem; line-height: 1.45;
  background: var(--cream-3);
  border: 1px dashed #c4bbad;
  border-radius: var(--radius);
  width: 100%; height: 100%; min-height: 200px;
}
.ph strong { font-family: var(--display); font-size: 1.05rem; color: var(--ink-3); letter-spacing: .04em; text-transform: uppercase; }
.hero__photo .ph { background: #232838; border-color: #394054; color: #7b8497; }
.hero__photo .ph strong { color: #a6adbe; }

/* ---------------------------------------------------------- cards */

.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
  display: flex; flex-direction: column;
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
a.card { text-decoration: none; color: inherit; }
a.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); border-color: #cfc6b8; }
.card h3 { margin-bottom: .45rem; }
.card p { color: var(--ink-3); font-size: .98rem; margin-bottom: .9rem; }
.card__more {
  margin-top: auto;
  font-family: var(--display); font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; font-size: .88rem; color: var(--accent);
}
.card__num {
  font-family: var(--display); font-weight: 700; font-size: .85rem;
  letter-spacing: .12em; color: var(--accent); margin-bottom: .6rem;
  display: block;
}
.card--flag { border-top: 3px solid var(--accent); }


/* ---------------------------------------------------------- also row */

.alsohead {
  font-family: var(--display); font-weight: 600; font-size: .8rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
  margin: 2.25rem 0 .9rem;
}
.alsogrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
@media (max-width: 820px) { .alsogrid { grid-template-columns: 1fr; } }

.alsorow {
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
  padding: 1.35rem 1.6rem;
  background: var(--white); border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  text-decoration: none; color: inherit; flex-wrap: wrap;
  transition: box-shadow .18s ease, border-color .18s ease;
}
.alsorow:hover { box-shadow: var(--shadow); border-color: #cfc6b8; border-left-color: var(--accent); }
.alsorow__label {
  font-family: var(--display); font-weight: 600; font-size: .78rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin: 0 0 .3rem;
}
.alsorow__text { margin: 0; color: var(--ink-3); font-size: .99rem; max-width: 72ch; }
.alsorow__text strong { color: var(--ink); }
.alsorow__go {
  font-family: var(--display); font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; font-size: .88rem; color: var(--accent); white-space: nowrap;
}
/* ---------------------------------------------------------- split */

.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.split--narrowRight { grid-template-columns: 1.2fr .8fr; }
@media (max-width: 860px) { .split, .split--narrowRight { grid-template-columns: 1fr; } }

.figure {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: var(--cream-3);
  aspect-ratio: 4/3;
  margin: 0;
}
.figure img { width: 100%; height: 100%; object-fit: cover; }

/* ---------------------------------------------------------- checklist */

.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.checks li {
  position: relative; padding-left: 1.9rem; color: var(--ink-3);
}
.checks li::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--accent);
}
.checks strong { color: var(--ink); font-weight: 600; }

.section--dark .checks li { color: #b9bfcc; }
.section--dark .checks strong { color: var(--white); }

/* ---------------------------------------------------------- steps */

.steps { counter-reset: step; display: grid; gap: 1.5rem; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 1.15rem; align-items: start; }
.step__n {
  counter-increment: step;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--accent-sub); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700; font-size: 1.25rem;
}
.step__n::before { content: counter(step); }
.step h3 { margin-bottom: .25rem; }
.step p { color: var(--ink-3); margin: 0; }

/* ---------------------------------------------------------- book */

.bookcard {
  display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; align-items: center;
  background: var(--ink); color: #b9c0ce;
  border-radius: var(--radius); padding: 1.9rem 2rem;
}
.bookcard--light { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--accent); color: var(--ink-3); }
.bookcard__spine {
  width: 78px; height: 112px; border-radius: 3px;
  background: linear-gradient(135deg, var(--accent) 0%, #8e2a20 100%);
  display: flex; align-items: flex-end; padding: .55rem;
  box-shadow: 0 6px 18px -6px rgba(0,0,0,.5);
  flex: none;
}
.bookcard__spine span {
  font-family: var(--display); font-weight: 700; font-size: .68rem; line-height: 1.1;
  letter-spacing: .06em; text-transform: uppercase; color: #fff; opacity: .92;
}
.bookcard__label {
  font-family: var(--display); font-weight: 600; font-size: .8rem;
  letter-spacing: .16em; text-transform: uppercase; color: #e8a89f; margin: 0 0 .45rem;
}
.bookcard--light .bookcard__label { color: var(--accent); }
.bookcard__title {
  font-family: var(--display); font-weight: 700; font-size: 1.5rem; line-height: 1.12;
  color: var(--white); margin: 0 0 .5rem;
}
.bookcard--light .bookcard__title { color: var(--ink); }
.bookcard p { font-size: .98rem; margin: 0; }
.bookcard a { color: #f0b4ab; }
.bookcard--light a { color: var(--accent); }
@media (max-width: 620px) { .bookcard { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------- author box */

.authorbox {
  display: grid; grid-template-columns: 72px 1fr; gap: 1.15rem; align-items: start;
  margin-top: 3rem; padding-top: 1.9rem; border-top: 1px solid var(--line);
}
.authorbox img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.authorbox__name { font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--ink); margin: 0 0 .3rem; }
.authorbox p { font-size: .97rem; color: var(--ink-3); margin: 0 0 .5rem; }
.authorbox__cta { font-family: var(--display); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: .86rem; }
.authorbox__cta a { text-decoration: none; }

/* ---------------------------------------------------------- testimonials */

.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; align-items: start; }
@media (max-width: 820px) { .quotes { grid-template-columns: 1fr; } }

.quote {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius);
  padding: 1.85rem;
  margin: 0;
  box-shadow: var(--shadow);
}
.quote__stars { color: var(--accent); letter-spacing: .18em; font-size: 1rem; line-height: 1; margin-bottom: 1rem; }
.quote p {
  font-size: 1.04rem; line-height: 1.62; color: var(--ink-2);
}
.quote footer {
  margin-top: 1.35rem; padding-top: 1.1rem; border-top: 1px solid var(--line);
  display: flex; align-items: baseline; gap: .55rem; flex-wrap: wrap;
}
.quote__name {
  font-family: var(--display); font-weight: 700; font-size: 1.12rem; color: var(--ink);
}
.quote__meta { font-size: .88rem; color: var(--muted); }

/* ---------------------------------------------------------- statement */

.statement { padding-block: clamp(3.5rem, 8vw, 5.75rem); }
.statement--tint { background: var(--cream-2); }
.statement--dark { background: var(--ink); }

.statement blockquote { margin: 0; }
.statement__rule { width: 64px; height: 4px; background: var(--accent); border-radius: 2px; margin-bottom: 1.75rem; }
.statement p {
  font-family: var(--display);
  font-weight: 700;
  /* max-width in ch must sit on the element that carries the display size —
     on the blockquote it would resolve against the inherited body size. */
  font-size: clamp(1.8rem, 4.4vw, 3.1rem);
  max-width: 19ch;
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: var(--ink);
  text-wrap: balance;
  margin: 0;
}
.statement--dark p { color: var(--white); }
.statement footer {
  margin-top: 1.6rem;
  font-family: var(--display); font-size: .84rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); font-weight: 600;
}
.statement--dark footer { color: #8d95a8; }

/* pull quote inside running text */
.pull {
  margin: 2.4rem 0; padding-left: 1.6rem;
  border-left: 4px solid var(--accent);
}
.pull p {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.16;
  color: var(--ink); margin: 0; text-wrap: balance;
}

/* ---------------------------------------------------------- then & now */

.thennow { display: flex; gap: 1rem; justify-content: flex-end; }
.thennow figure { margin: 0; width: 180px; max-width: 42vw; }
.thennow img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border-radius: var(--radius); border: 1px solid #333a4d; display: block;
}
.thennow figcaption {
  margin-top: .6rem;
  font-family: var(--display); font-size: .78rem; letter-spacing: .12em;
  text-transform: uppercase; color: #8d95a8;
}
@media (max-width: 860px) { .thennow { justify-content: flex-start; margin-top: 2rem; } }

/* ---------------------------------------------------------- contact card */

.whoscard {
  display: flex; align-items: center; gap: 1rem;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1rem 1.25rem; margin-bottom: 1.25rem;
}
.whoscard img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; flex: none; }
.whoscard__name { font-family: var(--display); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin: 0 0 .15rem; }
.whoscard__role { font-size: .92rem; color: var(--ink-3); margin: 0; }

/* ---------------------------------------------------------- figure caption */

.figure--cap { display: block; aspect-ratio: auto; border: 0; background: none; }
.figure--cap img {
  border-radius: var(--radius); border: 1px solid var(--line);
  width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover;
}
.figure--cap figcaption {
  margin-top: .7rem; font-size: .9rem; color: var(--muted);
}

/* ---------------------------------------------------------- video clip */

/* Short, silent, looping clips. Sized like .figure--cap so they sit in the
   same slots, but portrait — phone footage is what actually exists. */
.clip { display: block; margin: 0; }
.clip__vid {
  display: block; width: 100%; height: auto;
  aspect-ratio: 9 / 16; object-fit: cover;
  background: var(--ink);
  border-radius: var(--radius); border: 1px solid var(--line);
}
.clip figcaption { margin-top: .7rem; font-size: .9rem; color: var(--muted); }

/* ---------------------------------------------------------- career track */

.track {
  list-style: none; margin: 2.5rem 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  counter-reset: stop;
}
.track > li {
  position: relative;
  padding: 2.2rem 1.5rem 0 0;
  border-top: 2px solid #333a4d;
}
.track > li::before {
  content: ""; position: absolute; top: -8px; left: 0;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent); border: 3px solid var(--ink);
}
.track > li:last-child::before { background: var(--cream); }
.track h3 { font-size: 1.22rem; margin-bottom: .3rem; color: var(--white); }
.track__meta {
  font-family: var(--display); font-size: .82rem; letter-spacing: .1em;
  text-transform: uppercase; color: #8d95a8; margin-bottom: .6rem;
}
.track > li p:last-child { color: #a8b0c0; font-size: .96rem; margin: 0; }

.track__note {
  margin-top: 2.75rem; padding-top: 1.75rem; border-top: 1px solid #2b3141;
  color: #a8b0c0; max-width: 68ch;
}

@media (max-width: 900px) { .track { grid-template-columns: repeat(2, 1fr); gap: 2rem 0; } }
@media (max-width: 560px) {
  .track { grid-template-columns: 1fr; gap: 0; }
  .track > li { border-top: 0; border-left: 2px solid #333a4d; padding: 0 0 2rem 1.75rem; }
  .track > li::before { top: 2px; left: -8px; }
  .track > li:last-child { padding-bottom: 0; }
}

/* ---------------------------------------------------------- faq */

.faq { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.15rem 2.5rem 1.15rem 0;
  font-family: var(--display); font-weight: 600; font-size: 1.25rem;
  color: var(--ink); position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: .35rem; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--accent); font-weight: 400; line-height: 1;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 2.5rem 1.4rem 0; color: var(--ink-3); }
.faq details > div p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------- cta */

.cta { background: var(--ink); color: #c1c7d4; padding-block: clamp(3rem, 7vw, 4.5rem); }
.cta__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2.5rem; flex-wrap: wrap;
}
.cta h2 { color: var(--white); margin-bottom: .4rem; }
.cta p { max-width: 52ch; color: #aab1c1; margin: 0; }
.cta__rate {
  margin-top: 1rem !important;
  font-family: var(--display); font-weight: 600;
  font-size: 1.12rem; letter-spacing: .03em;
  color: var(--white);
}
.cta .btn { background: var(--accent); border-color: var(--accent); flex: none; }
.cta .btn:hover { background: #c74436; border-color: #c74436; }

/* ---------------------------------------------------------- prose */

.prose { font-size: 1.08rem; }
.prose h2 { margin-top: 2.4rem; font-size: 1.85rem; }
.prose h3 { margin-top: 1.9rem; font-size: 1.32rem; }
.prose ul, .prose ol { padding-left: 1.3rem; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose blockquote {
  margin: 1.8rem 0; padding: .3rem 0 .3rem 1.5rem;
  border-left: 3px solid var(--accent);
  font-size: 1.16rem; color: var(--ink); font-style: italic;
}
.prose img { border-radius: var(--radius); margin: 1.8rem 0; }
.prose code {
  background: var(--cream-3); padding: .12em .38em; border-radius: 3px;
  font-size: .9em;
}
.prose pre {
  background: var(--ink); color: #dfe3ea; padding: 1.2rem;
  border-radius: var(--radius); overflow-x: auto;
}
.prose pre code { background: none; padding: 0; color: inherit; }

/* ---------------------------------------------------------- blog */

.crumbs {
  font-family: var(--display); font-size: .9rem; letter-spacing: .05em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 1.4rem;
}
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--accent); }
.crumbs span { margin: 0 .35rem; }

.post { padding-block: clamp(2.5rem, 6vw, 4rem); }
.post__head { margin-bottom: 2.2rem; padding-bottom: 1.8rem; border-bottom: 1px solid var(--line); }
.post__head h1 { font-size: clamp(2.1rem, 4.6vw, 3.1rem); }
.post__meta { color: var(--muted); font-size: .95rem; margin: 0; }

.postlist { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.postcard { padding: 2rem 0; border-bottom: 1px solid var(--line); }
.postcard:first-child { padding-top: 0; }
.postcard__date {
  font-family: var(--display); font-size: .86rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: .5rem;
}
.postcard h2 { font-size: 1.75rem; margin-bottom: .5rem; }
.postcard h2 a { color: var(--ink); text-decoration: none; }
.postcard h2 a:hover { color: var(--accent); }
.postcard p { color: var(--ink-3); margin-bottom: .7rem; }
.postcard__more {
  font-family: var(--display); font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; font-size: .88rem; margin: 0;
}
.postcard__more a { text-decoration: none; }

/* ---------------------------------------------------------- form */

.form { display: grid; gap: 1.15rem; }
.field { display: grid; gap: .4rem; align-content: start; }
.field label {
  font-family: var(--display); font-weight: 600; font-size: 1rem;
  letter-spacing: .03em; color: var(--ink);
}
.field .hint { font-size: .88rem; color: var(--muted); }
.field input, .field select, .field textarea {
  font-family: var(--body); font-size: 1rem; color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: .7rem .85rem; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--accent); outline: 2px solid var(--accent-sub); outline-offset: 0;
}
.field textarea { min-height: 130px; resize: vertical; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; align-items: start; }
@media (max-width: 620px) { .field--row { grid-template-columns: 1fr; } }

.checkline { display: flex; align-items: flex-start; gap: .6rem; }
.checkline input { width: auto; margin-top: .35rem; }
.checkline label { font-family: var(--body); font-weight: 400; font-size: .95rem; color: var(--ink-3); letter-spacing: 0; }

.form__note { font-size: .9rem; color: var(--muted); }

.formerror {
  margin-top: 1rem;
  padding: .7rem .9rem;
  border-left: 3px solid var(--accent);
  background: var(--accent-sub);
  color: #7d2318;
  font-size: .95rem;
}
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.formcard {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: var(--shadow);
}

/* ---------------------------------------------------------- contact aside */

.contactgrid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
@media (max-width: 860px) { .contactgrid { grid-template-columns: 1fr; } }
.infobox { border-top: 3px solid var(--accent); background: var(--cream-2); padding: 1.6rem; border-radius: var(--radius); }
.infobox h3 { font-size: 1.15rem; margin-bottom: .6rem; }
.infobox p { font-size: .97rem; color: var(--ink-3); }
.infobox + .infobox { margin-top: 1.25rem; }

/* ---------------------------------------------------------- stats */

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 700px) { .stats { grid-template-columns: 1fr; } }
.stat { border-left: 3px solid var(--accent); padding-left: 1.15rem; }
.stat__n { font-family: var(--display); font-weight: 700; font-size: 2.4rem; color: var(--ink); line-height: 1; }
.stat__l { color: var(--ink-3); font-size: .98rem; margin-top: .35rem; }


/* ---------------------------------------------------------- booking widget */

.secondary {
  padding-block: clamp(2.25rem, 5vw, 3rem);
  border-top: 1px solid var(--line);
  background: var(--cream);
}
.secondary__head { margin-bottom: 1.5rem; }
.secondary__head h2 {
  font-size: 1.35rem; font-weight: 600; margin-bottom: .45rem;
  color: var(--ink-3);
}
.secondary__head p { font-size: .97rem; color: var(--muted); max-width: 62ch; margin: 0; }

.widgetwrap { min-height: 120px; }
.widgetwrap iframe { max-width: 100%; border: 0; }
.widgetwrap__fallback {
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--accent);
  background: var(--white);
  color: var(--ink-3);
  font-size: .97rem;
}
/* ---------------------------------------------------------- footer */

.foot { background: var(--ink); color: #949cae; padding-block: 3.5rem 1.75rem; font-size: .95rem; }
.foot__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; }
@media (max-width: 800px) { .foot__grid { grid-template-columns: 1fr 1fr; } .foot__brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .foot__grid { grid-template-columns: 1fr; } }

.foot__name { font-family: var(--display); font-weight: 700; font-size: 1.45rem; color: var(--white); margin: 0 0 .15rem; }
.foot__role { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: #7c8395; margin: 0 0 1rem; }
.foot__blurb { max-width: 42ch; color: #949cae; }

.foot__col h2 {
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: #7c8395; margin: 0 0 .9rem; font-weight: 600;
}
.foot__col a { display: block; color: #b7bdcb; text-decoration: none; padding: .28rem 0; }
.foot__col a:hover { color: var(--white); }

.foot__areas { margin-top: 2.75rem; padding-top: 1.75rem; border-top: 1px solid #2b3141; }
.foot__areas h2 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: #7c8395; margin: 0 0 .5rem; font-weight: 600; }
.foot__areas p { color: #868ea0; font-size: .92rem; margin: 0; }

.foot__bar {
  margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid #2b3141;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  color: #6f7686; font-size: .88rem;
}
.foot__bar p { margin: 0; }
.foot__bar a { color: #b7bdcb; text-decoration: none; }
.foot__bar a:hover { color: var(--white); }

/* ---------------------------------------------------------- draft todos */

mark.todo {
  background: #fff3bf;
  color: #6b4d00;
  border-bottom: 2px solid #f0c419;
  padding: .05em .3em;
  border-radius: 2px;
  font-style: normal;
}
