:root {
  --ink: #1c1c1a;
  --ink-soft: #343832;
  --slate: #565d55;
  --muted: #737a72;
  --line: #dfe3dd;
  --paper: #f5f6f1;
  --card: #ffffff;
  --accent: #697366;
  --accent-dark: #4f594e;
  --accent-soft: #e8ece5;
  --shadow: 0 18px 50px rgba(29, 34, 28, 0.09);
  --radius: 10px;
  --header-height: 114px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: var(--header-height);
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.icon { width: 18px; height: 18px; display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 5px 22px rgba(31, 37, 30, 0.06);
}
.utility-bar {
  height: 34px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
}
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; opacity: .88; }
.utility-link { text-decoration: none; opacity: .9; }
.utility-link:hover { text-decoration: underline; }
.nav-row { min-height: 79px; display: flex; align-items: center; gap: 24px; }
.brand {
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--ink);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.04em;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 700; }
.brand-meta { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 20px; overflow-x: auto; scrollbar-width: none; }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a { padding: 12px 0; color: var(--slate); font-size: 14px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ink); }
.main-nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--ink); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button, .menu-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}
.icon-button .icon, .menu-button .icon { width: 21px; height: 21px; }
.icon-button:hover, .menu-button:hover { border-color: var(--ink); background: var(--accent-soft); }
.menu-button { display: none; font-size: 20px; }
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 17px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}
.button:hover { background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-1px); }
.button .icon { width: 17px; height: 17px; }
.button.secondary { color: var(--ink); background: #fff; }
.button.secondary:hover { background: var(--accent-soft); border-color: var(--accent); }
.button.subtle { color: var(--ink); background: var(--accent-soft); border-color: var(--accent-soft); }
.button[aria-pressed="true"] { color: #fff; background: var(--accent-dark); border-color: var(--accent-dark); }
.status-message { min-height: 22px; margin: 9px 0 0; color: var(--slate); font-size: 13px; }
.hero {
  position: relative;
  min-height: min(650px, calc(100vh - var(--header-height) - 30px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #788076;
  background-position: center;
  background-size: cover;
}
.hero-copy {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 34px;
  padding: 28px 30px 30px;
  color: #fff;
  background: rgba(28, 28, 26, .91);
}
.eyebrow { margin: 0 0 10px; color: #d8ded5; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.1; }
.hero h1 { max-width: 700px; color: #fff; font-size: clamp(2.4rem, 6vw, 5rem); letter-spacing: -.035em; }
.hero-dek { max-width: 610px; margin: 16px 0 0; color: #e4e8e1; font-size: 18px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 20px; color: #e4e8e1; font-size: 13px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero .button.secondary { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.hero .button.secondary:hover { background: rgba(255,255,255,.14); border-color: #fff; }
.section-band { padding: 78px 0; border-bottom: 1px solid var(--line); }
.section-band.compact { padding: 54px 0; }
.section-band.paper { background: var(--paper); }
.section-band.white { background: #fff; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading h2 { font-size: clamp(1.9rem, 3vw, 2.9rem); letter-spacing: -.025em; }
.section-heading p { max-width: 500px; margin: 0; color: var(--muted); }
.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { min-height: 114px; padding: 22px 20px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact-label { margin: 0 0 7px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fact-value { margin: 0; color: var(--ink); font-size: 15px; font-weight: 650; }
.fact-value .icon-button { width: 30px; height: 30px; margin-left: 4px; vertical-align: middle; }
.fact-value .icon-button .icon { width: 15px; height: 15px; }
.fact-value a { text-underline-offset: 3px; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: 70px; align-items: start; }
.split h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.lead { margin: 22px 0 0; color: var(--slate); font-size: 19px; line-height: 1.65; }
.body-copy { color: var(--slate); }
.body-copy p { margin: 0 0 18px; }
.body-copy p:last-child { margin-bottom: 0; }
.rule-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.rule-list li { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--slate); }
.rule-list strong { color: var(--ink); font-weight: 700; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.service-card, .page-card, .post-card, .contact-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}
.service-card { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; }
.service-card { overflow: hidden; padding: 0; }
.service-card-copy { padding: 24px 24px 0; }
.card-media { overflow: hidden; background: var(--accent-soft); }
.card-media img { width: 100%; aspect-ratio: 1.8 / 1; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .card-media img { transform: scale(1.035); }
.service-card > a { margin: 20px 24px 24px; }
.card-kicker { margin: 0 0 42px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-card h3, .page-card h3, .post-card h3, .contact-panel h3 { font-size: 24px; }
.service-card p, .page-card p, .post-card p, .contact-panel p { margin: 14px 0 0; color: var(--slate); }
.service-card a, .page-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; font-weight: 750; text-decoration: none; }
.service-card a:hover, .page-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.page-directory { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.page-card { min-height: 190px; display: flex; flex-direction: column; }
.page-card p { flex: 1; font-size: 14px; }
.page-card .page-arrow { margin-top: 22px; }
.section-link { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 24px; text-decoration: none; }
.section-link:first-child { border-top: 1px solid var(--line); }
.section-link .icon { width: 20px; height: 20px; color: var(--muted); transition: transform .18s ease, color .18s ease; }
.section-link:hover .icon { color: var(--ink); transform: translateX(4px); }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.highlight-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); color: inherit; background: var(--card); text-decoration: none; }
.highlight-card img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; transition: transform .35s ease; }
.highlight-card:hover img { transform: scale(1.035); }
.highlight-copy { min-height: 156px; display: flex; flex-direction: column; align-items: flex-start; padding: 18px; }
.highlight-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.highlight-copy span { margin-top: 7px; color: var(--slate); font-size: 14px; }
.highlight-copy em { margin-top: auto; color: var(--ink); font-style: normal; }
.highlight-copy em .icon { width: 18px; height: 18px; }
.post-card { min-height: 280px; display: flex; flex-direction: column; }
.post-card .post-meta { margin: 0 0 30px; color: var(--muted); font-size: 12px; font-weight: 750; }
.post-card h3 { font-size: 25px; }
.post-card p { flex: 1; }
.post-link { display: inline-flex; gap: 8px; margin-top: 22px; font-weight: 750; text-decoration: none; }
.post-link .icon, .service-card a .icon { width: 17px; height: 17px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; }
.gallery-item { position: relative; min-height: 250px; overflow: hidden; border-radius: var(--radius); background: var(--ink); }
.gallery-item:first-child { grid-row: span 2; min-height: 514px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: .76; transition: transform .35s ease, opacity .35s ease; }
.gallery-item:hover img { opacity: .92; transform: scale(1.03); }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 32px 18px 18px; color: #fff; background: rgba(28, 28, 26, .82); }
.gallery-caption strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.gallery-caption span { display: block; margin-top: 4px; color: #e3e8e1; font-size: 13px; }
.page-hero { padding: 74px 0 60px; border-bottom: 1px solid var(--line); background: #fff; }
.page-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr); gap: 64px; align-items: center; }
.page-hero-copy { max-width: 760px; }
.page-hero .eyebrow { margin: 0 0 12px; }
.page-hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 18px 0 0; color: var(--slate); font-size: 19px; }
.page-hero-media { position: relative; overflow: hidden; aspect-ratio: 1.25 / 1; border-radius: var(--radius); background: var(--accent-soft); box-shadow: var(--shadow); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media span { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; color: #fff; background: rgba(28,28,26,.78); border-radius: 999px; font-size: 12px; font-weight: 750; }
.page-hero h1 { max-width: 780px; font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: -.035em; }
.page-hero p { max-width: 650px; }
.inner-heading { align-items: end; }
.catalog-bar { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.catalog-bar h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.catalog-bar p { max-width: 470px; margin: 0; color: var(--slate); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 8px 24px rgba(29,34,28,.04); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-media { position: relative; display: block; overflow: hidden; background: var(--accent-soft); }
.product-media img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; color: var(--ink); background: rgba(255,255,255,.9); border-radius: 999px; font-size: 12px; font-weight: 800; }
.product-body { padding: 22px; }
.product-topline { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.product-topline .card-kicker { margin: 0; }
.product-price { color: var(--ink); font-size: 15px; white-space: nowrap; }
.product-body h2 { margin-top: 20px; font-size: 28px; }
.product-body > p { min-height: 58px; margin: 10px 0 0; color: var(--slate); }
.product-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 700; }
.product-action { width: 100%; margin-top: 20px; }
.post-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.post-row { display: grid; grid-template-columns: 170px 1fr 160px; gap: 28px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.post-row { grid-template-columns: 150px minmax(0, 1fr) 160px; padding: 24px 0; }
.post-image { width: 150px; height: 112px; object-fit: cover; border-radius: 6px; }
.post-row-copy time { display: block; margin-bottom: 8px; }
.post-row time { color: var(--muted); font-size: 13px; font-weight: 700; }
.post-row h2 { font-size: 28px; }
.post-row p { margin: 10px 0 0; color: var(--slate); }
.post-tag { justify-self: end; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.contact-panel { padding: 30px; }
.contact-panel h2 { font-size: 36px; }
.contact-detail { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-detail:last-child { border-bottom: 0; }
.contact-detail dt { color: var(--muted); font-size: 13px; font-weight: 750; }
.contact-detail dd { margin: 0; color: var(--ink); font-weight: 650; }
.contact-detail dd a { display: inline-flex; align-items: center; gap: 8px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.map-layout { margin-top: 16px; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.map-card iframe { width: 100%; height: 340px; display: block; border: 0; }
.map-link { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 750; text-decoration: none; }
.map-link:hover { background: var(--accent-soft); }
.map-link .icon { width: 16px; height: 16px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.portfolio-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.portfolio-card img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.portfolio-card > div { padding: 20px; }
.portfolio-card h3 { font-size: 28px; }
.portfolio-card p { margin: 10px 0 0; color: var(--slate); }
.portfolio-card .text-link { margin-top: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link .icon { width: 17px; height: 17px; }
.story-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 70px; align-items: center; }
.story-copy h2 { max-width: 650px; font-size: clamp(2rem, 4vw, 3.5rem); }
.story-copy .body-copy { max-width: 560px; margin-top: 24px; }
.story-image { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--accent-soft); }
.story-image img { width: 100%; aspect-ratio: 1.2 / 1; object-fit: cover; }
.story-image figcaption { padding: 14px 16px; color: var(--slate); font-size: 13px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.value-card { min-height: 190px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.value-card > span, .resource-index { display: inline-flex; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.value-card h3 { margin-top: 48px; font-size: 25px; }
.value-card p { margin: 10px 0 0; color: var(--slate); }
.service-showcase { display: grid; grid-template-columns: 1.12fr .88fr; gap: 16px; align-items: stretch; }
.service-feature { display: grid; grid-template-rows: minmax(220px, 1fr) auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.service-feature-image { overflow: hidden; background: var(--accent-soft); }
.service-feature-image img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.service-feature-copy { padding: 26px; }
.service-feature-copy .eyebrow { margin-bottom: 10px; }
.service-feature-copy h2 { font-size: 32px; }
.service-feature-copy > p:not(.eyebrow) { max-width: 470px; margin: 12px 0 0; color: var(--slate); }
.service-feature-copy .card-meta { font-size: 13px; font-weight: 700; }
.service-feature-copy .button { margin-top: 22px; }
.service-card-grid { grid-template-columns: 1fr; }
.service-card-grid .service-card { min-height: 0; }
.buying-note { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 22px; padding: 18px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.note-number { color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.buying-note strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.buying-note p { margin: 4px 0 0; color: var(--slate); font-size: 14px; }
.portfolio-intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.portfolio-intro .lead { max-width: 610px; margin: 0; }
.team-intro { max-width: 640px; margin-bottom: 30px; }
.team-intro .lead { margin: 0; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.team-card { display: grid; grid-template-columns: 92px 1fr; gap: 20px; align-items: start; min-height: 225px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.team-avatar { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; color: #fff; background: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 34px; }
.team-card .card-kicker { margin: 2px 0 12px; }
.team-card h2 { font-size: 30px; }
.team-card p:not(.card-kicker) { margin: 10px 0 0; color: var(--slate); }
.team-note { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.team-note strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.gallery-intro { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.gallery-intro .lead { max-width: 620px; margin: 0; }
.gallery-intro span { color: var(--muted); font-size: 13px; }
.gallery-item { width: 100%; padding: 0; border: 0; text-align: left; cursor: zoom-in; }
.gallery-item:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.lightbox { width: min(900px, calc(100% - 32px)); max-height: calc(100% - 32px); padding: 14px; border: 0; border-radius: var(--radius); background: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.lightbox::backdrop { background: rgba(12,14,12,.72); }
.lightbox img { width: 100%; max-height: 76vh; object-fit: contain; border-radius: 6px; }
.lightbox p { margin: 12px 44px 4px 4px; color: #fff; }
.lightbox-close { position: absolute; top: 14px; right: 14px; display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(28,28,26,.65); cursor: pointer; }
.lightbox-close .icon { width: 20px; height: 20px; }
.event-feature { display: grid; grid-template-columns: minmax(300px, .9fr) 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.event-feature > img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.event-feature > div { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.event-feature h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.event-feature p:not(.eyebrow) { margin: 14px 0 0; color: var(--slate); }
.event-feature-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 22px; color: var(--muted); font-size: 13px; font-weight: 750; }
.event-feature-meta span { display: inline-flex; align-items: center; gap: 7px; }
.event-feature-meta .icon { width: 17px; height: 17px; }
.event-feature .button { align-self: start; margin-top: 24px; }
.event-feature + .event-list { margin-top: 16px; }
.journal-feature { display: grid; grid-template-columns: minmax(300px, .85fr) 1.15fr; overflow: hidden; margin-bottom: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.journal-feature img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.journal-feature > div { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.journal-feature h2 { max-width: 620px; font-size: clamp(2rem, 4vw, 3rem); }
.journal-feature > div > p:not(.card-kicker) { max-width: 580px; margin: 14px 0 0; color: var(--slate); }
.journal-feature .button { align-self: start; margin-top: 24px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.resource-card { min-height: 260px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.resource-card .card-kicker { margin: 42px 0 0; }
.resource-card h2 { margin-top: 12px; font-size: 27px; }
.resource-card > p:not(.card-kicker) { flex: 1; margin: 10px 0 0; color: var(--slate); }
.resource-card .text-link { margin-top: 22px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: calc(var(--header-height) + 24px); }
.faq-layout .lead { margin: 0; }
.faq-layout .text-link { margin-top: 24px; }
.event-list { display: grid; gap: 12px; }
.event-row { display: grid; grid-template-columns: 180px 1fr auto; gap: 24px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.event-row { grid-template-columns: 150px 170px minmax(0, 1fr) auto; gap: 22px; padding: 14px; }
.event-image { width: 150px; height: 116px; object-fit: cover; border-radius: 6px; }
.event-date { flex-wrap: wrap; align-content: center; }
.event-date span { width: 100%; padding-left: 28px; color: var(--slate); font-size: 12px; }
.event-date { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.event-date .icon { width: 19px; height: 19px; }
.event-row h2 { font-size: 27px; }
.event-row p { margin: 8px 0 0; color: var(--slate); }
.faq-list { display: grid; gap: 10px; }
.faq-item { padding: 0 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 66px; cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 22px; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--muted); font-family: Arial, sans-serif; font-size: 25px; font-weight: 400; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: 0 0 20px; color: var(--slate); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.social-links a { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--slate); font-size: 14px; text-decoration: none; }
.social-links a:hover { border-color: var(--ink); color: var(--ink); }
.site-footer { padding: 34px 0; color: #d9ded8; background: var(--ink); }
.footer-inner { display: flex; justify-content: center; }
.footer-socials { display: flex; align-items: center; justify-content: center; gap: 12px; }
.social-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; text-decoration: none; }
.social-icon:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.social-icon .icon { width: 21px; height: 21px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 32px; }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-meta, .site-footer p { color: #b7beb5; }
.footer-title { margin: 0 0 12px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #d9ded8; font-size: 14px; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #aeb6ac; font-size: 12px; }
.footer-bottom p { margin: 0; }
.toast { position: fixed; right: 18px; bottom: 18px; z-index: 80; max-width: min(360px, calc(100% - 36px)); padding: 13px 16px; color: #fff; background: var(--ink); border-radius: 8px; box-shadow: var(--shadow); font-size: 14px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  :root { --header-height: 79px; }
  .utility-bar { display: none; }
  .nav-row { min-height: 79px; gap: 12px; }
  .brand { min-width: 0; flex: 1; }
  .brand-copy { min-width: 0; }
  .brand-name, .brand-meta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .main-nav { position: absolute; inset: 79px 0 auto; display: none; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 8px 20px 16px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 15px 30px rgba(31,37,30,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-button { display: inline-grid; }
  .header-actions .button { display: none; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); }
  .page-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .page-hero-media { max-width: 520px; }
  .story-layout, .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .service-showcase { grid-template-columns: 1fr; }
  .service-card-grid { grid-template-columns: repeat(2, 1fr); }
  .event-feature, .journal-feature { grid-template-columns: 1fr 1fr; }
  .event-feature > img, .journal-feature img { min-height: 260px; }
  .faq-layout > div:first-child { position: static; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .card-grid.four, .page-directory { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 19px; }
  .icon-button, .menu-button { width: 44px; height: 44px; }
  .hero { min-height: 590px; }
  .hero-copy { width: calc(100% - 28px); margin-bottom: 14px; padding: 22px 20px 23px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .hero-dek { font-size: 16px; }
  .section-band { padding: 52px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 12px; }
  .quick-facts { grid-template-columns: 1fr; }
  .fact, .fact:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .card-grid, .card-grid.four, .page-directory { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .highlight-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .value-grid, .team-grid, .service-card-grid, .resource-grid { grid-template-columns: 1fr; }
  .portfolio-intro, .gallery-intro, .catalog-bar, .team-note { display: block; }
  .portfolio-intro .text-link, .catalog-bar p, .gallery-intro span, .team-note .text-link { display: inline-flex; margin-top: 16px; }
  .buying-note { grid-template-columns: 1fr; gap: 10px; }
  .buying-note .button { width: 100%; }
  .event-feature, .journal-feature { grid-template-columns: 1fr; }
  .event-feature > img, .journal-feature img { min-height: 230px; }
  .event-feature > div, .journal-feature > div { padding: 24px; }
  .service-card { min-height: 210px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item, .gallery-item:first-child { min-height: 210px; }
  .gallery-item:first-child { grid-column: span 2; grid-row: auto; }
  .page-hero { padding: 52px 0 42px; }
  .post-row { grid-template-columns: 1fr; gap: 14px; }
  .post-image { width: 100%; height: 190px; }
  .post-tag { justify-self: start; order: -1; }
  .post-row h2 { font-size: 25px; }
  .contact-detail { grid-template-columns: 1fr; gap: 3px; }
  .contact-actions .button { flex: 1 1 150px; }
  .map-card iframe { height: 270px; }
  .event-row { grid-template-columns: 1fr; gap: 15px; }
  .event-image { width: 100%; height: 210px; }
  .event-row .button { width: 100%; }
  .contact-panel { padding: 22px; }
}

/* Live PHP profile overrides. The base file supplies the neutral website
 * language; these rules bind it to the server-rendered profile contract. */
body.profile-live {
  --ink: #182235;
  --ink-soft: #2b374d;
  --slate: #56647a;
  --muted: #748198;
  --line: #dfe5ec;
  --paper: #f4f7fa;
  --card: #ffffff;
  --accent: #60758a;
  --accent-dark: #3f5367;
  --accent-soft: #e8eef3;
  padding-top: 113px;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.profile-live h1,
body.profile-live h2,
body.profile-live h3,
body.profile-live .brand-name,
body.profile-live .section-link,
body.profile-live .highlight-copy strong {
  font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
body.profile-live .site-header {
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(18px);
  border-bottom-color: #cfd6d1;
  box-shadow: 0 10px 28px rgba(24, 34, 53, .09);
  transition: box-shadow .22s ease, background .22s ease;
}
body.profile-live .site-header::after { content: ""; position: absolute; right: 0; bottom: -2px; left: 0; height: 2px; background: var(--ink); opacity: .92; }
body.profile-live .utility-bar { transition: height .22s ease, opacity .22s ease, transform .22s ease; }
body.profile-live .utility-inner { min-height: 34px; }
body.profile-live .utility-location { display: inline-flex; align-items: center; gap: 7px; }
body.profile-live .utility-location .icon { width: 14px; height: 14px; opacity: .78; }
body.profile-live .utility-links { display: flex; align-items: center; gap: 18px; }
body.profile-live .utility-links a { display: inline-flex; align-items: center; gap: 7px; color: #fff; text-decoration: none; }
body.profile-live .utility-links a .icon { width: 14px; height: 14px; opacity: .78; }
body.profile-live .utility-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
body.profile-live .nav-row { min-height: 78px; gap: 28px; transition: min-height .22s ease; }
body.profile-live .brand { position: relative; min-width: 235px; gap: 13px; }
body.profile-live .brand-mark {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 12px;
  background: var(--ink);
  box-shadow: 0 4px 12px rgba(24, 34, 53, .14), 0 0 0 1px var(--line);
}
body.profile-live .brand-mark img { width: 100%; height: 100%; object-fit: cover; }
body.profile-live .brand-copy { min-width: 0; }
body.profile-live .brand-name { overflow: hidden; color: var(--ink); font-size: 21px; line-height: 1.12; text-overflow: ellipsis; white-space: nowrap; }
body.profile-live .brand-meta { margin-top: 4px; color: var(--muted); font-size: 11px; }
body.profile-live .main-nav { justify-content: flex-start; gap: 5px; }
body.profile-live .main-nav a { padding: 10px 12px; border-radius: 8px; color: var(--slate); font-size: 14px; transition: color .18s ease, background .18s ease; }
body.profile-live .main-nav a:hover { color: var(--ink); background: var(--accent-soft); }
body.profile-live .main-nav a[aria-current="page"] { color: #fff; background: var(--ink); box-shadow: none; }
body.profile-live .header-actions { gap: 10px; padding-left: 14px; border-left: 1px solid var(--line); }
body.profile-live .header-actions .icon-button,
body.profile-live .menu-button {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 3px 10px rgba(24, 34, 53, .06);
}
body.profile-live .header-actions .icon-button:hover,
body.profile-live .menu-button:hover { border-color: var(--ink); background: var(--accent-soft); transform: translateY(-1px); }
body.profile-live .main-nav a:focus-visible,
body.profile-live .header-actions button:focus-visible { outline: 3px solid rgba(79, 89, 78, .34); outline-offset: 3px; }
body.profile-live .header-actions .icon-button.is-saved { color: #fff; border-color: var(--ink); background: var(--ink); }
body.profile-live .header-actions .icon-button:disabled { opacity: .55; cursor: wait; }
body.profile-live .menu-button { display: none; border: 1px solid var(--line); cursor: pointer; }
body.profile-live .menu-button[aria-expanded="true"] { color: #fff; border-color: var(--ink); background: var(--ink); }
body.profile-live .menu-button[aria-expanded="true"] .icon { display: none; }
body.profile-live .menu-button[aria-expanded="true"]::after { content: "\00d7"; font-size: 30px; font-weight: 300; line-height: 1; }
@media (min-width: 961px) {
  body.profile-live .site-header.is-compact .utility-bar { height: 0; opacity: 0; transform: translateY(-100%); pointer-events: none; }
  body.profile-live .site-header.is-compact .nav-row { min-height: 64px; }
  body.profile-live .site-header.is-compact .brand-mark { width: 40px; height: 40px; border-radius: 10px; }
  body.profile-live .site-header.is-compact .brand-name { font-size: 19px; }
  body.profile-live .site-header.is-compact .header-actions .icon-button { width: 38px; height: 38px; }
  body.profile-live .site-header.is-compact .main-nav a { padding-top: 8px; padding-bottom: 8px; }
}
body.profile-live .hero {
  min-height: min(650px, calc(100vh - 145px));
  display: flex;
  position: relative;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
}
body.profile-live .hero-background,
body.profile-live .hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.profile-live .hero-background { object-fit: cover; opacity: .88; }
body.profile-live .hero-overlay { background: linear-gradient(90deg, rgba(12, 22, 38, .86), rgba(12, 22, 38, .28) 68%, rgba(12, 22, 38, .5)); }
body.profile-live .hero-inner { position: relative; z-index: 1; }
body.profile-live .hero-copy {
  width: min(760px, calc(100% - 40px));
  margin: 0 0 36px;
  padding: 32px 34px 34px;
  border-left: 4px solid #fff;
  color: #fff;
  background: rgba(24, 34, 53, .9);
}
body.profile-live .hero h1 { color: #fff; font-size: clamp(2.5rem, 6vw, 5rem); }
body.profile-live .hero .eyebrow { color: #dce5ec; }
body.profile-live .hero-dek { color: #e9eff4; font-size: 18px; }
body.profile-live .hero-meta { align-items: center; }
body.profile-live .hero-meta span,
body.profile-live .hero-meta a { display: inline-flex; align-items: center; gap: 7px; color: #e9eff4; text-decoration: none; }
body.profile-live .hero-meta i { color: #fff; }
body.profile-live .hero-actions { align-items: center; }
body.profile-live .hero-actions .button { border-radius: 7px; }
body.profile-live .hero-actions .button.secondary { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
body.profile-live .hero-actions .button.secondary:hover { background: rgba(255,255,255,.14); }
body.profile-live .quick-facts { grid-template-columns: repeat(4, 1fr); }
body.profile-live .fact { min-height: 104px; }
body.profile-live .fact-value { overflow-wrap: anywhere; }
body.profile-live .fact-value .icon-button { border-radius: 7px; }
body.profile-live .section-heading { align-items: end; }
body.profile-live .section-heading > p { margin-bottom: 0; }
body.profile-live .section-link { font-size: 22px; }
body.profile-live .card-media { display: block; }
body.profile-live .card-media img { width: 100%; aspect-ratio: 1.75 / 1; object-fit: cover; }
body.profile-live .live-feature-card { overflow: hidden; padding: 0 24px 24px; }
body.profile-live .live-feature-card .card-media { margin: 0 -24px 22px; }
body.profile-live .live-feature-card .card-media img { aspect-ratio: 1.55 / 1; }
body.profile-live .live-feature-card .post-meta { margin-bottom: 10px; }
body.profile-live .page-hero { padding: 74px 0 64px; background: var(--ink); }
body.profile-live .page-hero-inner { min-height: 270px; }
body.profile-live .page-hero h1 { color: #fff; font-size: clamp(2.5rem, 6vw, 4.7rem); }
body.profile-live .page-hero .eyebrow { color: #dce5ec; }
body.profile-live .page-hero-copy > p:not(.eyebrow) { color: #e1e9ef; }
body.profile-live .page-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
body.profile-live .page-hero-actions .button { border-radius: 7px; }
body.profile-live .page-hero-media { max-width: 430px; width: 100%; justify-self: end; }
body.profile-live .page-hero-media img { min-height: 260px; }
body.profile-live .catalog-bar { align-items: end; }
body.profile-live .catalog-bar p { margin-bottom: 0; }
body.profile-live .product-media img { aspect-ratio: 1 / 1; }
body.profile-live .product-card,
body.profile-live .service-card,
body.profile-live .page-card,
body.profile-live .post-card,
body.profile-live .contact-panel,
body.profile-live .resource-card,
body.profile-live .detail-card,
body.profile-live .live-team-card { box-shadow: 0 10px 30px rgba(24, 34, 53, .055); }
body.profile-live .product-card h2 { font-size: 25px; }
body.profile-live .product-body .button { border-radius: 7px; }
body.profile-live .service-card-copy { flex: 1; }
body.profile-live .service-card .card-media img { aspect-ratio: 1.45 / 1; }
body.profile-live .service-card > a:last-child { display: inline-flex; margin: 20px 24px 24px; }
body.profile-live .event-row { align-items: center; }
body.profile-live .event-image-wrap { display: block; overflow: hidden; }
body.profile-live .event-image-wrap img { width: 170px; height: 130px; object-fit: cover; }
body.profile-live .event-row .button { white-space: nowrap; border-radius: 7px; }
body.profile-live .live-gallery-grid { grid-template-columns: repeat(3, 1fr); }
body.profile-live .live-gallery-grid .gallery-item { display: block; min-height: 260px; border: 0; color: inherit; text-decoration: none; cursor: zoom-in; }
body.profile-live .live-gallery-grid .gallery-item:first-child { grid-row: span 2; min-height: 534px; }
body.profile-live .live-gallery-grid .gallery-item img { width: 100%; height: 100%; }
body.profile-live .live-team-card { min-height: 100%; padding: 0 22px 22px; }
body.profile-live .team-photo { margin: 0 -22px 20px; overflow: hidden; }
body.profile-live .team-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
body.profile-live .team-avatar { width: 70px; height: 70px; margin: 24px 0; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--ink); font-size: 26px; font-weight: 800; }
body.profile-live .live-team-card h2 { font-size: 24px; }
body.profile-live .post-row { grid-template-columns: 150px minmax(0, 1fr) 150px; align-items: center; }
body.profile-live .post-image { width: 150px; height: 112px; object-fit: cover; }
body.profile-live .post-link { justify-self: end; }
body.profile-live .faq-layout { align-items: start; }
body.profile-live .faq-answer { color: var(--slate); }
body.profile-live .faq-answer p { margin: 14px 0 0; }
body.profile-live .generic-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
body.profile-live .live-generic-card { padding: 0 22px 22px; }
body.profile-live .live-generic-card .card-media { margin: 0 -22px 22px; }
body.profile-live .live-generic-card .card-media img { aspect-ratio: 1.5 / 1; }
body.profile-live .live-generic-card .card-kicker { margin-bottom: 12px; }
body.profile-live .detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr); gap: 18px; align-items: start; }
body.profile-live .detail-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
body.profile-live .detail-card h2 { margin-top: 16px; font-size: clamp(2rem, 4vw, 3rem); }
body.profile-live .detail-media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
body.profile-live .detail-media-grid a { display: block; overflow: hidden; border-radius: var(--radius); background: var(--accent-soft); }
body.profile-live .detail-media-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
body.profile-live .about-content-list { display: grid; gap: 22px; }
body.profile-live .about-content-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: 44px; align-items: center; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(24, 34, 53, .045); }
body.profile-live .about-content-row.is-reversed .about-content-copy { order: 2; }
body.profile-live .about-content-row.is-reversed .about-content-image { order: 1; }
body.profile-live .about-content-copy h2 { margin-top: 8px; font-size: clamp(2rem, 4vw, 3.3rem); }
body.profile-live .about-content-copy .rich-content { margin-bottom: 0; }
body.profile-live .about-content-image { overflow: hidden; border-radius: var(--radius); background: var(--accent-soft); }
body.profile-live .about-content-image img { width: 100%; aspect-ratio: 1.2 / 1; object-fit: cover; }
body.profile-live .portfolio-card > a { display: block; overflow: hidden; }
body.profile-live .portfolio-card > a img { width: 100%; aspect-ratio: 1.4 / 1; object-fit: cover; }
body.profile-live .portfolio-card h3 { font-size: 25px; }
body.profile-live .rich-content { margin: 24px 0; color: var(--slate); }
body.profile-live .rich-content > * { margin-bottom: 14px; }
body.profile-live .rich-content h2,
body.profile-live .rich-content h3,
body.profile-live .rich-content h4 { margin-top: 26px; color: var(--ink); }
body.profile-live .rich-content a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
body.profile-live .contact-layout { align-items: stretch; }
body.profile-live .contact-panel h2 { font-size: 34px; }
body.profile-live .contact-panel h3 { font-size: 27px; }
body.profile-live .contact-detail dd a { display: inline-flex; align-items: center; gap: 8px; }
body.profile-live .contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
body.profile-live .contact-actions .button { border-radius: 7px; }
body.profile-live .social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
body.profile-live .social-links a { display: inline-grid; place-items: center; width: 36px; height: 36px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; text-decoration: none; }
body.profile-live .social-links a:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
body.profile-live .home-map-layout { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 20px; align-items: stretch; }
body.profile-live .home-map-intro { min-height: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 34px; padding: 34px; border: 1px solid var(--ink); border-left: 4px solid #fff; border-radius: var(--radius); color: #fff; background: var(--ink); box-shadow: 0 10px 30px rgba(24, 34, 53, .12); }
body.profile-live .map-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--ink); border-radius: 50%; background: #fff; }
body.profile-live .map-icon .icon { width: 22px; height: 22px; }
body.profile-live .home-map-intro h2 { margin-top: 24px; color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
body.profile-live .home-map-intro .lead { max-width: 360px; margin-top: 16px; color: #dfe7e4; }
body.profile-live .home-map-actions { display: grid; gap: 13px; justify-items: stretch; }
body.profile-live .home-map-actions .button { width: 100%; justify-content: center; border-radius: 8px; color: var(--ink); border-color: #fff; background: #fff; }
body.profile-live .home-map-actions .button:hover { color: var(--ink); border-color: #fff; background: #e8ece5; }
body.profile-live .map-call { display: inline-flex; align-items: center; gap: 9px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.28); color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; }
body.profile-live .map-call:hover { text-decoration: underline; text-underline-offset: 4px; }
body.profile-live .map-call .icon { width: 17px; height: 17px; }
body.profile-live .home-map-card { min-height: 390px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(24, 34, 53, .055); }
body.profile-live .map-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 58px; padding: 0 18px; border-bottom: 1px solid var(--line); color: var(--slate); font-size: 13px; }
body.profile-live .map-card-heading span { display: inline-flex; align-items: center; gap: 7px; font-weight: 750; }
body.profile-live .map-card-heading .icon { width: 17px; height: 17px; color: var(--ink); }
body.profile-live .map-card-heading strong { overflow: hidden; color: var(--ink); font-size: 13px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
body.profile-live .home-map-card iframe { flex: 1; display: block; width: 100%; min-height: 280px; border: 0; }
body.profile-live .map-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 54px; padding: 0 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 750; text-decoration: none; }
body.profile-live .map-card-footer:hover { background: var(--accent-soft); }
body.profile-live .map-card-footer .icon { width: 17px; height: 17px; }
body.profile-live .home-map-card .map-empty { flex: 1; min-height: 390px; border-radius: 0; }
body.profile-live .footer-socials { gap: 14px; }
body.profile-live .footer-socials .social-icon { display: inline-grid; place-items: center; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; text-decoration: none; }
body.profile-live .footer-socials .social-icon:hover { border-color: #fff; background: rgba(255,255,255,.1); }
body.profile-live .footer-socials .social-icon.is-disabled { opacity: .42; }
body.profile-live .footer-socials .social-icon .icon { width: 19px; height: 19px; }
body.profile-live .map-layout { margin-top: 18px; }
body.profile-live .map-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(24, 34, 53, .055); }
body.profile-live .map-card iframe { display: block; width: 100%; height: 390px; border: 0; }
body.profile-live .map-card .map-link { display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding: 0 18px; color: var(--ink); text-decoration: none; }
body.profile-live .map-empty { min-height: 280px; display: grid; place-items: center; align-content: center; gap: 12px; color: var(--muted); }
body.profile-live .map-empty i { font-size: 32px; }
body.profile-live .live-empty { padding: 42px 24px; border: 1px dashed #c7d1dc; border-radius: var(--radius); text-align: center; background: #fff; }
body.profile-live .live-empty > span { display: grid; width: 52px; height: 52px; margin: 0 auto 16px; place-items: center; color: #fff; border-radius: 50%; background: var(--ink); }
body.profile-live .live-empty h3 { margin-bottom: 8px; }
body.profile-live .live-empty p { margin-bottom: 18px; color: var(--slate); }
body.profile-live .live-error { min-height: 50vh; display: grid; align-items: center; }
body.profile-live .live-error h1 { max-width: 700px; font-size: clamp(2.2rem, 5vw, 4rem); }
body.profile-live .live-error p:not(.eyebrow) { margin-top: 16px; color: var(--slate); }
body.profile-live .site-footer { color: #fff; background: var(--ink); }
body.profile-live .footer-inner { min-height: 108px; display: flex; align-items: center; justify-content: center; gap: 22px; }
body.profile-live .footer-socials { display: flex; align-items: center; justify-content: center; gap: 12px; }
body.profile-live .footer-socials a { display: inline-grid; width: 38px; height: 38px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; text-decoration: none; }
body.profile-live .footer-socials a:hover { color: var(--ink); background: #fff; }
body.profile-live .toast { position: fixed; right: 20px; bottom: 20px; z-index: 100; max-width: min(360px, calc(100% - 40px)); padding: 12px 15px; color: #fff; border-radius: 7px; background: var(--ink); box-shadow: 0 10px 24px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .18s ease, transform .18s ease; }
body.profile-live .toast.is-visible { opacity: 1; transform: translateY(0); }
body.profile-live .profile-lightbox { width: min(920px, calc(100% - 28px)); max-width: 920px; padding: 18px; border: 0; border-radius: 10px; color: #fff; background: #111a29; }
body.profile-live .profile-lightbox::backdrop { background: rgba(5, 12, 22, .82); }
body.profile-live .profile-lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
body.profile-live .profile-lightbox p { margin: 10px 0 0; color: #dce5ec; }
body.profile-live .profile-lightbox-close { position: absolute; top: 10px; right: 10px; display: grid; width: 38px; height: 38px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(24,34,53,.74); cursor: pointer; }

/* Keep the live header aligned with the approved compact profile prototype. */
@media (max-width: 960px) {
  body.profile-live { padding-top: 79px; }
  body.profile-live.menu-open { overflow: hidden; }
  body.profile-live.menu-open::before { content: ""; position: fixed; inset: 79px 0 0; z-index: 49; background: rgba(24, 34, 53, .18); }
  body.profile-live .utility-bar { display: none; }
  body.profile-live .nav-row { min-height: 79px; gap: 12px; }
  body.profile-live .brand { min-width: 0; flex: 1; }
  body.profile-live .brand-copy { min-width: 0; }
  body.profile-live .brand-name,
  body.profile-live .brand-meta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  body.profile-live .main-nav {
    position: absolute;
    inset: 79px 0 auto;
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    max-height: calc(100vh - 95px);
    padding: 8px 20px 16px;
    overflow-y: auto;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 15px 30px rgba(24,34,53,.12);
    z-index: 60;
  }
  body.profile-live.menu-open .main-nav { display: flex; }
  body.profile-live .main-nav a { display: flex; align-items: center; min-height: 46px; padding: 11px 14px; border-bottom: 1px solid var(--line); }
  body.profile-live .main-nav a[aria-current="page"] { color: #fff; background: var(--ink); }
  body.profile-live .main-nav a:last-child { border-bottom: 0; }
  body.profile-live .header-actions { gap: 8px; padding-left: 0; border-left: 0; }
  body.profile-live .header-actions .icon-button { display: none; }
  body.profile-live .menu-button { display: inline-grid; width: 44px; height: 44px; }
}

@media (max-width: 900px) {
  body.profile-live .brand { min-width: 190px; }
  body.profile-live .quick-facts { grid-template-columns: repeat(2, 1fr); }
  body.profile-live .home-map-layout { grid-template-columns: 1fr; }
  body.profile-live .home-map-intro { min-height: 0; gap: 30px; }
  body.profile-live .home-map-card { min-height: 390px; }
  body.profile-live .fact:nth-child(2) { border-right: 0; }
  body.profile-live .page-hero-inner { grid-template-columns: 1fr; }
  body.profile-live .page-hero-media { max-width: none; justify-self: stretch; }
  body.profile-live .generic-content-grid { grid-template-columns: repeat(2, 1fr); }
  body.profile-live .detail-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body.profile-live .brand-name { font-size: 18px; }
  body.profile-live .brand-meta { font-size: 10px; }
  body.profile-live .hero { min-height: 590px; }
  body.profile-live .hero-copy { width: calc(100% - 28px); margin-bottom: 18px; padding: 24px 22px 24px; }
  body.profile-live .hero-actions .button { flex: 1 1 140px; }
  body.profile-live .quick-facts { grid-template-columns: 1fr 1fr; }
  body.profile-live .fact { min-height: 96px; padding: 18px 14px; }
  body.profile-live .fact-value { font-size: 14px; }
  body.profile-live .section-band { padding: 54px 0; }
  body.profile-live .section-heading { display: block; }
  body.profile-live .section-heading > p { margin-top: 12px; }
  body.profile-live .home-map-intro { padding: 26px 22px; }
  body.profile-live .home-map-card { min-height: 330px; }
  body.profile-live .home-map-card iframe { min-height: 240px; }
  body.profile-live .home-map-card .map-empty { min-height: 330px; }
  body.profile-live .page-hero { padding: 54px 0 42px; }
  body.profile-live .page-hero-inner { min-height: 0; }
  body.profile-live .page-hero-media { aspect-ratio: 1.5 / 1; }
  body.profile-live .page-hero-media img { min-height: 0; }
  body.profile-live .product-grid,
  body.profile-live .generic-content-grid { grid-template-columns: 1fr; }
  body.profile-live .live-gallery-grid { grid-template-columns: 1fr 1fr; }
  body.profile-live .live-gallery-grid .gallery-item,
  body.profile-live .live-gallery-grid .gallery-item:first-child { min-height: 190px; }
  body.profile-live .live-gallery-grid .gallery-item:first-child { grid-column: span 2; grid-row: auto; }
  body.profile-live .post-row { grid-template-columns: 1fr; gap: 14px; }
  body.profile-live .post-image { width: 100%; height: 190px; }
  body.profile-live .post-link { justify-self: start; }
  body.profile-live .event-row { grid-template-columns: 1fr; gap: 15px; }
  body.profile-live .event-image-wrap img { width: 100%; height: 210px; }
  body.profile-live .event-row .button { width: 100%; }
  body.profile-live .footer-inner { min-height: 148px; flex-direction: column; justify-content: center; gap: 14px; }
}

/* Category pages: each destination gets a clearer editorial identity. */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 70px;
  border-bottom: 0;
  color: #fff;
  background: var(--ink);
}
.page-hero-inner { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; }
.page-hero .eyebrow { color: #cbd3c8; }
.page-hero-copy > p:not(.eyebrow) { color: #dce2da; }
.page-hero-media { border: 1px solid rgba(255,255,255,.2); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.page-hero-media span { color: var(--ink); background: #fff; }
.catalog-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: -4px 0 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.catalog-summary span + span { padding-left: 18px; border-left: 1px solid var(--line); }
.catalog-summary a { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; color: var(--ink); text-decoration: none; }
.catalog-summary a:hover { text-decoration: underline; text-underline-offset: 4px; }
.catalog-summary .icon { width: 16px; height: 16px; }
.note-icon, .value-icon, .resource-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; color: #fff; border-radius: 50%; background: var(--accent-dark); }
.note-icon .icon, .value-icon .icon, .resource-icon .icon { width: 20px; height: 20px; }
.value-card { min-height: 220px; }
.value-card > span.value-icon { color: #fff; }
.value-card h3 { margin-top: 32px; }
.service-meta, .portfolio-meta, .journal-meta, .resource-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.service-meta { margin-top: 18px; }
.service-meta span + span, .journal-meta span + span { padding-left: 14px; border-left: 1px solid var(--line); }
.outcome-list { display: grid; gap: 8px; margin-top: 18px; }
.outcome-list span { display: flex; align-items: center; gap: 8px; color: var(--slate); font-size: 13px; }
.outcome-list .icon { width: 16px; height: 16px; color: var(--accent-dark); }
.service-feature-copy .outcome-list { max-width: 460px; }
.portfolio-grid { gap: 20px; }
.portfolio-card { box-shadow: 0 8px 24px rgba(29,34,28,.04); }
.portfolio-card > div { padding: 24px; }
.portfolio-meta { justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.portfolio-card h3 { margin-top: 18px; }
.portfolio-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }
.portfolio-details div { min-width: 0; }
.portfolio-details dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-details dd { margin: 5px 0 0; color: var(--ink); font-size: 13px; font-weight: 650; }
.events-intro, .resources-intro, .journal-intro { max-width: 720px; margin-bottom: 34px; }
.events-intro h2, .resources-intro h2, .journal-intro h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.events-intro p:not(.eyebrow), .resources-intro p:not(.eyebrow) { margin: 12px 0 0; color: var(--slate); font-size: 17px; }
.event-feature-meta { align-items: center; }
.event-feature-meta .event-status { padding: 7px 10px; color: var(--ink); border-radius: 999px; background: var(--accent-soft); }
.event-row { box-shadow: 0 8px 24px rgba(29,34,28,.03); }
.event-row .card-kicker { margin-bottom: 10px; }
.event-row .event-date span { display: inline-flex; align-items: center; gap: 6px; padding-left: 0; }
.event-row .event-date span .icon { width: 15px; height: 15px; }
.journal-intro { margin-bottom: 28px; }
.journal-meta { margin-bottom: 15px; }
.journal-meta span:last-child { color: var(--accent-dark); }
.journal-feature .journal-meta { margin-bottom: 18px; }
.journal-feature .journal-meta span + span { padding-left: 14px; border-left: 1px solid var(--line); }
.post-row .journal-meta { margin-bottom: 12px; }
.post-row h2 { margin-top: 0; }
.resources-intro { margin-bottom: 30px; }
.resource-card { min-height: 290px; box-shadow: 0 8px 24px rgba(29,34,28,.04); }
.resource-icon { width: 48px; height: 48px; color: var(--ink); background: var(--accent-soft); }
.resource-icon .icon { width: 22px; height: 22px; }
.resource-meta { margin-top: 18px; }
.resource-meta span + span { padding-left: 14px; border-left: 1px solid var(--line); }
.resource-card h2 { margin-top: 14px; }
.faq-item summary > span:last-child { flex: 0 0 auto; }
.faq-question { display: grid; gap: 4px; }
.faq-question small { color: var(--muted); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.faq-item[open] .faq-question small { color: var(--accent-dark); }

@media (max-width: 640px) {
  .page-hero { padding: 52px 0 42px; }
  .page-hero-inner { gap: 22px; }
  .page-hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .page-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .catalog-summary { align-items: flex-start; flex-wrap: wrap; gap: 10px 14px; }
  .catalog-summary span + span { padding-left: 14px; }
  .catalog-summary a { width: 100%; margin: 2px 0 0; }
  .buying-note { align-items: start; }
  .portfolio-details { grid-template-columns: 1fr; }
  .event-feature-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .event-feature-meta .event-status { justify-self: start; }
  .journal-meta { gap: 7px 10px; }
  .journal-feature .journal-meta span + span { padding-left: 10px; }
}
