/* Johnson Monument Company — Living Stone Atelier */
:root {
  --paper: #f3f0e9;
  --paper-light: #faf8f3;
  --ink: #242923;
  --muted: #62665c;
  --line: #d8d6ca;
  --olive: #74785b;
  --bronze: #9b7554;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --wrap: 1392px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.7 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body,
button,
input,
textarea,
select {
  font-family: var(--sans);
}
::selection {
  background: #2f4b36;
  color: #fffdf7;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a,
button {
  touch-action: manipulation;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
figure,
p {
  margin: 0;
}
button {
  color: inherit;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(64px, 6.2vw, 104px);
}
h2 {
  font-size: clamp(44px, 4.2vw, 68px);
}
h3 {
  font-size: 32px;
}
h1 em,
h2 em,
h3 em {
  font-weight: 400;
  color: var(--olive);
}
p + p {
  margin-top: 20px;
}
p {
  max-width: 65ch;
}
.wrap {
  width: min(var(--wrap), calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 108px;
}
.section-tight {
  padding-top: 20px;
  padding-bottom: 100px;
}
.eyebrow,
.small-label,
.index {
  font-size: 10px;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow {
  margin-bottom: 24px;
  color: var(--muted);
}
.index {
  color: var(--olive);
  font-variant-numeric: tabular-nums;
}
.intro {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
}
.fine-print {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.75;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: var(--ink);
  color: var(--paper-light);
  padding: 17px 26px;
  min-height: 54px;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #434b3d;
  transform: translateY(-2px);
}
.button-light {
  background: var(--paper-light);
  color: var(--ink);
  border-color: var(--paper-light);
}
.button-light:hover {
  background: #e9e6dd;
}
.button-small {
  min-height: 44px;
  padding: 11px 17px;
  gap: 16px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 500;
  min-height: 44px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  line-height: 1.5;
}
.text-link svg,
.button svg {
  transition: transform 0.25s;
}
.text-link:hover svg,
.button:hover svg {
  transform: translateX(4px);
}
:focus-visible {
  outline: 2px solid #795426;
  outline-offset: 5px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 24px;
  z-index: 100;
  padding: 12px;
  background: var(--ink);
  color: white;
}
.skip-link:focus {
  top: 12px;
}
[hidden] {
  display: none !important;
}
.mobile-only {
  display: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(243, 240, 233, 0.97);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
  width: 225px;
  flex-shrink: 0;
}
.wordmark > span {
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: 0.07em;
}
.brand-dot {
  color: var(--olive);
}
.wordmark small {
  font-size: 8px;
  letter-spacing: 0.29em;
  margin-top: 7px;
}
.desktop-nav {
  display: flex;
  gap: 29px;
}
.desktop-nav a {
  font-size: 11px;
  padding-block: 8px;
  border-bottom: 1px solid transparent;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  border-color: var(--olive);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 27px;
}
.header-phone {
  font-size: 11px;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 12px;
  min-height: 44px;
}
.mobile-nav {
  position: absolute;
  top: 100%;
  width: 100%;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 15px 28px 28px;
  box-shadow: 0 12px 16px #2429230a;
}
.mobile-nav a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
  padding: 12px 0;
}
.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 66px;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 62px;
}
.hero-copy .eyebrow {
  margin-bottom: 29px;
}
.hero h1 {
  font-size: clamp(70px, 6.3vw, 105px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}
.hero-copy > p:not(.eyebrow) {
  margin-top: 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  gap: 29px;
  align-items: center;
  margin-top: 30px;
}
.hero-actions .text-link {
  border: none;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.small-spark {
  font-size: 39px;
  line-height: 1;
  color: var(--olive);
  font-weight: 400;
}
.hero-visual {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2px;
}
.hero-photo {
  position: relative;
  min-height: 500px;
  flex: 1;
  overflow: hidden;
  background: #c7cbc1;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 48% center;
}
.photo-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--paper);
  padding: 19px 25px 12px 29px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}
.photo-corner > span {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
  color: var(--olive);
}
.photo-corner small {
  font-size: 8px;
  line-height: 1.65;
  letter-spacing: 0.12em;
}
.hero-visual figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
  font-size: 10px;
}
.hero-visual figcaption > span {
  font-size: 8px;
  letter-spacing: 0.14em;
}
.hero-visual figcaption a {
  display: flex;
  align-items: center;
  gap: 13px;
}
.heritage-strip {
  border-block: 1px solid var(--line);
}
.heritage-strip > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 23px;
}
.heritage-strip span {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: var(--muted);
}
.heritage-strip p {
  font: 30px/1.2 var(--serif);
  letter-spacing: -0.025em;
}
.heritage-strip a {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 11px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 45px;
}
.section-heading > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
  padding-bottom: 5px;
}
.section-heading .text-link {
  margin-bottom: 5px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.project-photo {
  position: relative;
  overflow: hidden;
  background: #e0e2d6;
  aspect-ratio: 1.17;
}
.project-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.project-card:hover .project-photo img {
  transform: scale(1.035);
}
.photo-open {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: var(--paper-light);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.project-card:hover .photo-open,
.project-card:focus-within .photo-open {
  opacity: 1;
}
.project-caption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 20px;
}
.project-caption .eyebrow {
  font-size: 8px;
  margin-bottom: 9px;
}
.project-caption h3 {
  font-size: 28px;
  letter-spacing: -0.025em;
}
.project-caption .index {
  font-size: 9px;
  padding-top: 2px;
}
.begin-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding-top: 0;
}
.begin-section .intro {
  font-size: 14px;
  margin-top: 24px;
  max-width: 39ch;
}
.service-list {
  border-top: 1px solid var(--line);
  align-self: center;
}
.service-list > a {
  display: grid;
  grid-template-columns: 30px 1fr 24px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
}
.service-list > a > span:nth-child(2) {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.service-list > a:hover {
  color: var(--olive);
}
.stone-studio {
  background: #e9e8df;
  border-block: 1px solid #dddfd2;
}
.studio-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 7%;
  align-items: center;
}
.stone-stage {
  aspect-ratio: 1.12;
  min-height: 470px;
  background: #252c27;
  position: relative;
  overflow: hidden;
  color: #f5f2ea;
  isolation: isolate;
}
.stone-stage > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: opacity 0.25s;
}
.stone-stage-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, #0009, #0002);
}
.stage-label {
  position: absolute;
  left: 35px;
  top: 30px;
  font-size: 9px;
  letter-spacing: 0.2em;
  z-index: 2;
}
.stage-title {
  position: absolute;
  left: 36px;
  top: 25%;
  font: clamp(44px, 4vw, 68px) / 1.05 var(--serif);
  letter-spacing: -0.035em;
  z-index: 2;
}
.stage-title em {
  color: #d4d4bc;
}
.viewer-start {
  position: absolute;
  left: 35px;
  bottom: 60px;
  z-index: 3;
  gap: 30px;
}
.study-caption {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  text-align: center;
  font-size: 9px;
  opacity: 0.8;
  z-index: 3;
  pointer-events: none;
}
.stone-heading {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 23px;
  border-bottom: 1px solid #cdd0c0;
}
.stone-heading .small-label {
  color: var(--muted);
  font-size: 8px;
}
.stone-details h3 {
  font-size: 45px;
  margin-top: 24px;
}
.stone-details > p:first-of-type {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}
.swatches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px 10px;
  margin: 30px 0;
}
.swatch {
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  text-align: left;
  min-height: 76px;
}
.swatch img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  outline: 1px solid transparent;
  outline-offset: 4px;
  transition: outline-color 0.2s;
}
.swatch[aria-pressed="true"] img {
  outline-color: var(--ink);
}
.swatch span {
  font-size: 9px;
  line-height: 1.3;
  max-width: 74px;
}
.swatch[aria-pressed="true"] span {
  font-weight: 600;
}
.stone-consideration {
  font-size: 12px;
  color: var(--muted);
  padding-top: 20px;
  border-top: 1px solid #cdd0c0;
}
.stone-details > .text-link {
  margin-top: 20px;
}
.stone-details > .fine-print {
  font-size: 10px;
  margin-top: 20px;
}
.stone-details > .fine-print + .text-link {
  font-size: 10px;
  border: 0;
  margin-top: 5px;
}
.studio-form-options {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  margin-top: 20px;
}
.studio-form-options select {
  padding: 8px;
  border: 1px solid #a8af9a;
  background: transparent;
  font-size: 12px;
  width: 100%;
}
.studio-form-options input {
  width: 100%;
  accent-color: var(--olive);
}
.stone-stage canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  z-index: 1;
}
.stone-stage.is-viewing > img,
.stone-stage.is-viewing > .stone-stage-shade,
.stone-stage.is-viewing > .stage-title {
  display: none;
}
.viewer-controls {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  z-index: 3;
}
.viewer-controls button {
  background: #eff0e8;
  border: 0;
  color: var(--ink);
  min-width: 34px;
  min-height: 34px;
  padding: 5px 9px;
  font-size: 9px;
}
.viewer-controls span {
  font-size: 9px;
  max-width: 100px;
  text-align: center;
  line-height: 1.4;
}
.viewer-status {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 113px;
  z-index: 3;
  background: #242923;
  padding: 12px;
  font-size: 12px;
}
.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
}
.story-section figure img {
  aspect-ratio: 1.18;
  object-fit: cover;
  filter: sepia(0.15);
}
figcaption {
  font-size: 10px;
  color: var(--muted);
  padding-top: 12px;
}
.story-section > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  max-width: 43ch;
}
.story-section > div > h2 {
  margin-bottom: 28px;
}
.story-section .text-link {
  margin-top: 23px;
}
.process-section {
  background: #2d372f;
  color: var(--paper-light);
}
.process-section .eyebrow,
.process-section .section-heading > p {
  color: #b9c2b3;
}
.process-section h2 em {
  color: #c8cbb2;
}
.process-grid {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  margin: 65px 0 0;
}
.process-grid li {
  border-top: 1px solid #697063;
  padding-top: 18px;
}
.process-grid .index {
  color: #bec7aa;
}
.process-grid h3 {
  font-size: 30px;
  margin: 20px 0 15px;
}
.process-grid p {
  font-size: 12px;
  color: #d0d4c8;
  line-height: 1.85;
}
.quiet-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quiet-cta .small-spark {
  margin-bottom: 27px;
}
.quiet-cta .eyebrow {
  font-size: 9px;
}
.quiet-cta p:not(.eyebrow) {
  margin-top: 25px;
  font-size: 14px;
  color: var(--muted);
}
.quiet-cta .text-link {
  margin-top: 25px;
}
.site-footer {
  background: #20291f;
  color: #f1eee4;
  padding: 75px 0 25px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 60px;
  padding-bottom: 65px;
}
.site-footer .eyebrow {
  color: #a7b199;
  font-size: 9px;
}
.site-footer h2 {
  font-size: clamp(42px, 4vw, 60px);
}
.site-footer h2 em {
  color: #c3c8ab;
}
.light-link {
  color: #e5e7d8;
  margin-top: 25px;
}
.footer-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  padding-top: 20px;
}
.footer-contact > a:first-child {
  font: 32px/1.2 var(--serif);
  margin-bottom: 7px;
}
.footer-contact p {
  margin: 10px 0 0;
  color: #cbd1c3;
}
.footer-contact p span {
  font-size: 10px;
  color: #aab5a1;
}
.footer-bottom {
  border-top: 1px solid #495444;
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  font-size: 9px;
  color: #b6c1ad;
}
.footer-brand {
  font: 21px/1.1 var(--serif);
  color: #e9e9dd;
}
.footer-bottom nav {
  display: flex;
  gap: 25px;
}
.page-intro {
  padding-top: 80px;
  padding-bottom: 58px;
}
.page-intro h1 {
  font-size: clamp(56px, 5.8vw, 91px);
}
.page-intro .intro {
  margin-top: 30px;
  max-width: 62ch;
  font-size: 16px;
}
.filter-bar {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.filter-bar button {
  padding: 10px 16px;
  min-height: 44px;
  background: transparent;
  border: 1px solid transparent;
  font-size: 12px;
}
.filter-bar button[aria-pressed="true"] {
  border-color: var(--ink);
}
.filter-count {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
}
.collection-grid {
  row-gap: 55px;
  grid-template-columns: 1fr 1fr;
}
.collection-grid .project-photo {
  aspect-ratio: 1.5;
}
.project-hero img {
  max-height: 800px;
  object-fit: contain;
  background: #e5e6dc;
}
.project-story {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 12%;
  border-bottom: 1px solid var(--line);
}
.project-story h2 {
  margin-bottom: 22px;
}
.project-story .button {
  margin-top: 30px;
}
.project-story .fine-print {
  margin-top: 18px;
}
.detail-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.detail-list li {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.service-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 40px;
}
.service-cards img {
  aspect-ratio: 1.5;
  object-fit: cover;
}
.service-cards article > a > div {
  padding: 26px 0;
}
.service-cards h2 {
  font-size: 39px;
  margin-bottom: 14px;
}
.service-cards .eyebrow {
  font-size: 9px;
  margin-bottom: 15px;
}
.service-cards p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
.service-cards .text-link {
  margin-top: 15px;
}
.service-detail {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 8%;
  align-items: center;
}
.service-detail > div > p {
  margin-top: 25px;
  font-size: 14px;
  color: var(--muted);
}
.service-detail .button {
  margin-top: 25px;
}
.service-detail .text-link {
  margin-top: 20px;
  font-size: 11px;
}
.craft-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  align-items: center;
}
.craft-feature .intro {
  margin-top: 25px;
  font-size: 15px;
}
.craft-feature .text-link {
  margin-top: 25px;
}
.planning-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 10%;
}
.planning-layout aside {
  align-self: start;
  position: sticky;
  top: 140px;
}
.planning-layout aside p {
  margin-top: 25px;
  font-size: 14px;
  color: var(--muted);
}
.planning-layout .button {
  margin-top: 25px;
}
.phone-link {
  display: block;
  margin-top: 20px;
  font-size: 13px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font: 28px/1.2 var(--serif);
  letter-spacing: -0.02em;
  padding: 22px 0;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  display: block;
  font: 22px var(--sans);
  color: var(--olive);
  transition: transform 0.28s cubic-bezier(.2,.75,.25,1);
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  margin: 0 0 22px;
  font-size: 14px;
  color: var(--muted);
  padding-right: 30px;
}
@supports selector(details::details-content) {
  .faq details {
    interpolate-size: allow-keywords;
  }
  .faq details::details-content {
    display: block;
    block-size: 0;
    overflow: clip;
    opacity: 0;
    transition: block-size .38s cubic-bezier(.2,.75,.25,1), opacity .22s ease, content-visibility .38s allow-discrete;
  }
  .faq details[open]::details-content {
    block-size: auto;
    opacity: 1;
  }
  @starting-style {
    .faq details[open]::details-content {
      block-size: 0;
      opacity: 0;
    }
  }
}
.resource-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 50px;
}
.resource-links .text-link {
  font: 27px/1.3 var(--serif);
  justify-content: space-between;
  position: relative;
  margin: 0 -14px;
  padding: 17px 14px;
  border: 1px solid transparent;
  border-bottom-color: var(--line);
  transition: background .22s, border-color .22s, box-shadow .22s, transform .22s;
}
.resource-links .text-link:hover {
  background: #eeefe8;
  border-color: #d7dbcf;
  box-shadow: 0 8px 20px #1c2a1d0b;
  transform: translateY(-2px);
}
.resource-links .text-link:active {
  box-shadow: 0 2px 6px #1c2a1d0a;
  transform: translateY(0);
}
.resource-links .text-link:focus-visible {
  border-color: #8e9b80;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 10%;
  align-items: start;
}
.contact-aside {
  font-size: 13px;
}
.contact-aside > a {
  display: block;
  overflow-wrap: anywhere;
}
.contact-aside > a.large-phone {
  font: 37px/1.2 var(--serif);
  margin: 12px 0 22px;
}
.contact-aside hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 35px 0;
}
.contact-aside h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.contact-aside .text-link {
  display: inline-flex;
  gap: 25px;
  margin-top: 17px;
}
.contact-aside .fine-print {
  margin-top: 25px;
}
.inquiry-form {
  padding: 36px;
  background: var(--paper-light);
  border-top: 2px solid var(--olive);
}
.form-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.inquiry-form label {
  font-size: 12px;
  display: block;
  line-height: 1.5;
  margin-bottom: 24px;
}
.inquiry-form label > span {
  color: var(--muted);
  font-size: 10px;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea,
.archive-search input {
  width: 100%;
  margin-top: 9px;
  background: transparent;
  border: 1px solid #bfc3b6;
  border-radius: 0;
  min-height: 47px;
  padding: 12px;
  color: var(--ink);
  font-size: 14px;
}
.inquiry-form textarea {
  resize: vertical;
  min-height: 140px;
}
.inquiry-form input:focus,
.inquiry-form textarea:focus,
.inquiry-form select:focus {
  border-color: var(--ink);
}
.form-privacy {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 22px;
}
.form-privacy a {
  text-decoration: underline;
}
.form-status:not(:empty) {
  margin-top: 20px;
  font-size: 13px;
  border-left: 2px solid var(--olive);
  padding: 12px 15px;
  background: #e9eddf;
}
.form-status.is-error {
  background: #fae9df;
  border-color: #963c22;
  color: #7b3020;
}
.inspiration-note {
  font-size: 12px;
  background: #e8ebde;
  padding: 14px;
  margin-bottom: 20px;
}
.honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.customer-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
}
.customer-panel h2 {
  margin-bottom: 25px;
}
.customer-panel p {
  font-size: 15px;
  color: var(--muted);
}
.customer-panel .button {
  margin-top: 25px;
}
.customer-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer-steps li {
  position: relative;
  border-top: 1px solid var(--line);
  padding: 24px 0 28px 48px;
}
.customer-steps .index {
  position: absolute;
  left: 0;
  top: 29px;
}
.customer-steps h3 {
  font-size: 32px;
  margin-bottom: 15px;
}
.customer-steps p {
  font-size: 13px;
}
.archive-note {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 24px;
}
.archive-search {
  display: block;
  max-width: 440px;
  font-size: 12px;
}
.archive-count {
  margin-top: 18px;
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 25px;
  margin-top: 35px;
}
.archive-item img {
  height: 220px;
  object-fit: contain;
  background: #e8e6de;
}
.archive-item > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  font: 24px/1.2 var(--serif);
  padding-top: 12px;
}
.prose {
  max-width: 780px;
}
.prose h2 {
  font-size: 36px;
  margin: 40px 0 20px;
}
.prose h3 {
  font-size: 28px;
  margin: 25px 0 15px;
}
.prose p {
  margin-block: 18px;
  color: var(--muted);
}
.prose img {
  max-height: 600px;
  width: auto;
  max-width: 100%;
  margin: 30px auto;
  object-fit: contain;
}
.prose a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose h1 {
  font-size: 40px;
}
.prose ul {
  padding-left: 23px;
}
.prose > h2:first-child {
  margin-top: 0;
}
@media (min-width: 1600px) {
  .hero {
    gap: 90px;
    padding-top: 65px;
    padding-bottom: 75px;
  }
  .hero-photo {
    min-height: 600px;
  }
  .hero h1 {
    font-size: 112px;
  }
}
@media (max-width: 1190px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 22px;
  }
  .header-phone {
    display: none;
  }
  .wordmark {
    width: 190px;
  }
  .desktop-nav {
    gap: 23px;
  }
  .hero {
    gap: 38px;
  }
  .hero h1 {
    font-size: 80px;
  }
  .hero-photo {
    min-height: 480px;
  }
  .hero-visual figcaption > span {
    display: none;
  }
  .studio-grid {
    gap: 5%;
  }
  .swatches {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px 7px;
  }
  .stone-stage {
    min-height: 460px;
  }
  .stone-details h3 {
    font-size: 40px;
  }
  .stage-title {
    font-size: 57px;
  }
  .project-caption h3 {
    font-size: 25px;
  }
  .story-section {
    gap: 7%;
  }
  .process-grid {
    gap: 26px;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 10px;
  }
  .wordmark {
    width: 165px;
  }
  .wordmark > span {
    font-size: 29px;
  }
  .wordmark small {
    font-size: 7px;
  }
  .header-actions {
    gap: 12px;
  }
  .button-small {
    font-size: 11px;
    gap: 9px;
  }
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: 68px;
  }
  .hero-actions {
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-photo {
    min-height: 460px;
  }
  .hero-footnote {
    margin-top: 24px;
  }
  .hero-visual figcaption {
    font-size: 9px;
  }
  .heritage-strip p {
    font-size: 25px;
  }
  .section {
    padding-block: 80px;
  }
  .begin-section {
    padding-top: 0;
    gap: 7%;
  }
  .project-grid {
    gap: 20px;
  }
  .project-caption h3 {
    font-size: 24px;
  }
  .studio-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .stone-stage {
    aspect-ratio: 1.7;
    min-height: 380px;
  }
  .stone-details {
    max-width: 700px;
  }
  .stone-heading {
    padding-bottom: 15px;
  }
  .swatches {
    grid-template-columns: repeat(9, 1fr);
    margin: 25px 0;
  }
  .stone-details > .fine-print {
    max-width: 75ch;
  }
  .stage-title {
    top: 23%;
    font-size: 55px;
  }
  .viewer-start {
    left: auto;
    right: 25px;
    bottom: 45px;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }
  .process-grid h3 {
    margin-top: 23px;
  }
  .story-section {
    gap: 6%;
  }
  .story-section h2 {
    font-size: 46px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom p {
    order: 3;
  }
  .contact-layout {
    gap: 6%;
    grid-template-columns: 0.75fr 1.25fr;
  }
  .inquiry-form {
    padding: 25px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .archive-item img {
    height: 180px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 78px;
    gap: 12px;
  }
  .wordmark {
    width: auto;
  }
  .wordmark > span {
    font-size: 28px;
  }
  .wordmark small {
    font-size: 6px;
    letter-spacing: 0.27em;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 2px;
  }
  .header-actions {
    gap: 17px;
  }
  .header-actions .button {
    font-size: 10px;
    padding: 8px 12px;
    min-height: 40px;
    gap: 8px;
  }
  .header-actions .button svg {
    width: 14px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 37px;
    padding-bottom: 32px;
    align-items: stretch;
  }
  .hero-copy {
    position: relative;
  }
  .hero h1 {
    font-size: clamp(66px, 11vw, 85px);
    line-height: 0.97;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    margin-bottom: 23px;
  }
  .hero h1 br:nth-child(2) {
    display: none;
  }
  .hero h1 em {
    display: block;
  }
  .hero h1 em br {
    display: none;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 12px;
    margin-top: 22px;
  }
  .hero-actions {
    gap: 25px;
    margin-top: 23px;
  }
  .hero-actions .button {
    min-height: 48px;
    padding: 13px 18px;
    gap: 24px;
    font-size: 11px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-footnote {
    display: none;
  }
  .hero-photo {
    min-height: 0;
    aspect-ratio: 1.22;
  }
  .hero-photo > img {
    object-fit: cover;
  }
  .photo-corner {
    padding: 12px 15px 8px 20px;
    gap: 12px;
  }
  .photo-corner > span {
    font-size: 30px;
  }
  .photo-corner small {
    font-size: 6px;
  }
  .hero-visual figcaption {
    font-size: 9px;
    padding-top: 12px;
  }
  .heritage-strip > .wrap {
    padding-block: 22px;
    gap: 15px;
  }
  .heritage-strip p {
    font-size: 23px;
    line-height: 1.08;
  }
  .heritage-strip span {
    display: none;
  }
  .heritage-strip a {
    font-size: 10px;
    gap: 15px;
  }
  .mobile-only {
    display: initial;
  }
  .section {
    padding-block: 63px;
  }
  .section-tight {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .eyebrow {
    font-size: 8px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 46px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading > .text-link {
    margin-top: 22px;
    font-size: 11px;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 12px;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .project-photo {
    aspect-ratio: 1.4;
  }
  .project-caption {
    padding-top: 16px;
  }
  .project-caption h3 {
    font-size: 29px;
  }
  .project-caption .eyebrow {
    font-size: 8px;
  }
  .photo-open {
    opacity: 1;
    width: 32px;
    height: 32px;
    bottom: 12px;
    right: 12px;
  }
  .begin-section {
    display: block;
    padding-top: 0;
  }
  .begin-section .intro {
    font-size: 13px;
    margin-top: 20px;
  }
  .service-list {
    margin-top: 32px;
  }
  .service-list > a {
    padding: 21px 0;
    gap: 12px;
  }
  .service-list > a > span:nth-child(2) {
    font-size: 25px;
  }
  .stone-stage {
    aspect-ratio: 1.03;
    min-height: 360px;
  }
  .stage-label {
    top: 25px;
    left: 25px;
    font-size: 8px;
  }
  .stage-title {
    left: 25px;
    font-size: 50px;
    top: 22%;
  }
  .viewer-start {
    left: 25px;
    right: auto;
    bottom: 50px;
    min-height: 45px;
    font-size: 10px;
    padding: 12px 18px;
    gap: 20px;
  }
  .study-caption {
    font-size: 8px;
    bottom: 13px;
  }
  .swatches {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 10px;
  }
  .swatch img {
    width: 43px;
    height: 43px;
  }
  .swatch span {
    font-size: 9px;
  }
  .stone-details h3 {
    font-size: 39px;
  }
  .stone-details > .fine-print {
    font-size: 11px;
  }
  .stone-consideration {
    font-size: 13px;
  }
  .studio-form-options {
    font-size: 12px;
  }
  .studio-form-options select {
    font-size: 16px;
    min-height: 44px;
  }
  .viewer-controls {
    gap: 5px;
    left: 8px;
    right: 8px;
  }
  .viewer-controls button {
    min-height: 40px;
    min-width: 35px;
    padding: 5px 7px;
    font-size: 9px;
  }
  .viewer-controls span {
    font-size: 8px;
    max-width: 75px;
  }
  .story-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
  }
  .story-section figure img {
    aspect-ratio: 1.3;
  }
  .story-section h2 {
    font-size: 48px;
  }
  .story-section > div > p:not(.eyebrow) {
    font-size: 14px;
    max-width: unset;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 33px 25px;
    margin-top: 35px;
  }
  .process-grid h3 {
    font-size: 27px;
    margin-top: 20px;
  }
  .process-grid p {
    font-size: 11px;
  }
  .quiet-cta h2 {
    font-size: 39px;
  }
  .quiet-cta h2 br {
    display: none;
  }
  .quiet-cta p:not(.eyebrow) {
    font-size: 12px;
  }
  .quiet-cta .text-link {
    font-size: 11px;
  }
  .site-footer {
    padding-top: 50px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 40px;
  }
  .site-footer h2 {
    font-size: 48px;
  }
  .footer-contact {
    padding-top: 0;
    font-size: 12px;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    font-size: 10px;
  }
  .footer-bottom p {
    font-size: 9px;
  }
  .footer-bottom nav {
    gap: 25px;
  }
  .page-intro {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .page-intro h1 {
    font-size: 57px;
    line-height: 1.01;
  }
  .page-intro .intro {
    font-size: 14px;
    margin-top: 24px;
  }
  .filter-bar {
    gap: 5px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .filter-bar button {
    font-size: 11px;
    padding: 9px 10px;
  }
  .filter-count {
    font-size: 10px;
  }
  .collection-grid {
    grid-template-columns: 1fr;
  }
  .project-story {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .project-story h2 {
    font-size: 46px;
  }
  .project-story .intro {
    font-size: 15px;
  }
  .project-story .button {
    font-size: 11px;
  }
  .service-cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .service-cards h2 {
    font-size: 36px;
  }
  .service-detail {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .service-detail .button {
    display: flex;
    max-width: max-content;
  }
  .craft-feature {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .planning-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .planning-layout aside {
    position: static;
    border-bottom: 1px solid var(--line);
    padding-bottom: 35px;
  }
  .planning-layout aside h2 {
    font-size: 43px;
  }
  .planning-layout aside p {
    max-width: 45ch;
    font-size: 13px;
  }
  .faq summary {
    font-size: 26px;
  }
  .faq details p {
    font-size: 13px;
    padding-right: 0;
  }
  .resource-links {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .resource-links .text-link {
    font-size: 25px;
  }
  .contact-layout {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  .contact-aside {
    order: 2;
    width: 100%;
  }
  .inquiry-form {
    width: 100%;
    padding: 25px 20px;
  }
  .inquiry-form input,
  .inquiry-form select,
  .inquiry-form textarea {
    font-size: 16px;
    min-height: 48px;
  }
  .inquiry-form label {
    font-size: 12px;
  }
  .form-privacy {
    font-size: 11px;
  }
  .form-heading .index {
    font-size: 8px;
  }
  .form-heading .fine-print {
    font-size: 10px;
  }
  .inquiry-form .button {
    width: 100%;
  }
  .customer-panel {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .customer-panel p {
    font-size: 14px;
  }
  .archive-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 15px;
  }
  .archive-item img {
    height: 160px;
  }
  .archive-item > span {
    font-size: 23px;
  }
  .archive-search input {
    font-size: 16px;
  }
  .prose h2 {
    font-size: 32px;
  }
  .prose p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .wordmark > span {
    font-size: 25px;
  }
  .header-actions {
    gap: 12px;
  }
  .header-actions .button {
    padding: 8px;
  }
  .hero h1 {
    font-size: 61px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .button {
    gap: 12px;
  }
  .page-intro h1 {
    font-size: 51px;
  }
  .process-grid {
    gap: 25px 19px;
  }
  .swatches {
    gap: 20px 8px;
  }
  .swatch img {
    width: 40px;
    height: 40px;
  }
  .viewer-controls span {
    display: none;
  }
  .stone-stage {
    min-height: 340px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .viewer-start,
  .viewer-controls,
  .filter-bar {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .section {
    padding-block: 25px;
  }
  body {
    background: white;
    color: black;
  }
  .hero-photo {
    min-height: 300px;
  }
  a {
    text-decoration: underline;
  }
  .stone-stage {
    break-inside: avoid;
  }
}

/* Readability and intrinsic-size corrections verified at phone widths. */
.studio-grid > * {
  min-width: 0;
}
.stone-stage {
  width: 100%;
}
.desktop-nav a,
.header-phone {
  font-size: 13px;
}
.section-heading > p,
.stone-details > p:first-of-type,
.begin-section .intro,
.hero-copy > p:not(.eyebrow) {
  font-size: 16px;
}
.process-grid p {
  font-size: 15px;
}
.swatch span {
  font-size: 11px;
}
.footer-contact {
  font-size: 14px;
}
.viewer-controls button {
  min-height: 44px;
}
.study-caption {
  font-size: 11px;
}
.inquiry-form label {
  font-size: 14px;
}
@media (max-width: 700px) {
  .hero-copy > p:not(.eyebrow),
  .section-heading > p,
  .begin-section .intro,
  .stone-details > p:first-of-type,
  .story-section > div > p:not(.eyebrow),
  .quiet-cta p:not(.eyebrow),
  .faq details p,
  .planning-layout aside p,
  .page-intro .intro,
  .prose p {
    font-size: 16px;
  }
  .process-grid p {
    font-size: 14px;
  }
  .stone-details > .fine-print,
  .form-privacy,
  .stone-consideration {
    font-size: 13px;
  }
  .footer-contact {
    font-size: 14px;
  }
  .eyebrow,
  .project-caption .eyebrow {
    font-size: 10px;
  }
  .swatches {
    grid-template-columns: repeat(3, 1fr);
  }
  .swatch img {
    width: 48px;
    height: 48px;
  }
  .swatch span {
    font-size: 12px;
  }
  .viewer-controls {
    flex-wrap: wrap;
  }
  .viewer-controls span {
    display: none;
  }
  .study-caption {
    font-size: 10px;
  }
  .hero-actions .button,
  .hero-actions .text-link {
    font-size: 12px;
  }
  .stone-stage {
    min-height: 360px;
    aspect-ratio: auto;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .header-actions .button {
    min-height: 44px;
  }
  .mobile-nav {
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
  }
  .inquiry-form label {
    font-size: 14px;
  }
}

.archive-item {
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (max-width: 360px) {
  .header-actions .button {
    white-space: nowrap;
    font-size: 10px;
  }
  .header-actions .button svg {
    display: none;
  }
}

.service-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem}.service-actions .button{margin:0}.service-actions .text-link{margin:0}
