:root {
  --paper: #f6f3ec;
  --paper-deep: #e9e3d8;
  --ink: #11100e;
  --signal: #ff4f1f;
  --rule: #cec7b8;
  --quiet: #666159;
  --success: #1e6b4b;
  --content: 1440px;
  --gutter: clamp(18px, 3vw, 52px);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 20;
  max-width: var(--content);
  min-height: 74px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--rule);
}

.brand {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 34px);
  font-size: 0.82rem;
  font-weight: 700;
}

.site-header nav a {
  text-decoration: none;
}

.site-header nav a:hover {
  text-decoration: underline;
}

.site-header .nav-service {
  color: var(--signal);
}

main {
  min-height: 70vh;
}

.hero {
  max-width: var(--content);
  min-height: 680px;
  margin: 0 auto;
  padding: 22px var(--gutter) 58px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-bottom: 1px solid var(--ink);
}

.hero__index {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.hero h1 {
  align-self: center;
  max-width: 1180px;
  margin: 44px 0;
  font-family: var(--display);
  font-size: clamp(4.5rem, 11.6vw, 11rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--signal);
  font-style: normal;
}

.hero__lower,
.service-hero__lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
}

.hero__lower p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.35;
}

.primary-link,
.secondary-link {
  min-height: 48px;
  padding: 13px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--ink);
  color: var(--paper);
  background: var(--ink);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.primary-link:hover,
.secondary-link:hover {
  color: var(--ink);
  background: var(--signal);
}

.secondary-link {
  color: var(--ink);
  background: transparent;
}

.eyebrow {
  margin: 0 0 12px;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-shell {
  max-width: var(--content);
  margin: 0 auto;
  padding: 84px var(--gutter) 110px;
}

.section-heading {
  margin-bottom: 38px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: end;
  gap: 32px;
}

.section-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.catalog-console {
  padding: 24px 0 26px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.catalog-console > label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 800;
}

.search-row {
  position: relative;
}

.search-row input {
  width: 100%;
  min-height: 72px;
  padding: 12px 92px 12px 0;
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-size: clamp(1.3rem, 3.2vw, 2.4rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.search-row input::placeholder {
  color: #8a857d;
}

.search-row input:focus {
  outline: 0;
  border-bottom-color: var(--signal);
}

.key-hint {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 5px 8px;
  border: 1px solid var(--rule);
  font-family: var(--mono);
  font-size: 0.7rem;
  transform: translateY(-50%);
}

.filter-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-height: 44px;
  padding: 8px 18px;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--paper);
  background: var(--ink);
}

.result-count {
  margin: 18px 0 0;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 0.75rem;
}

.result-count strong {
  color: var(--signal);
}

.catalog-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--ink);
}

.catalog-stats div {
  padding: 25px 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.catalog-stats div + div {
  padding-left: 24px;
  border-left: 1px solid var(--rule);
}

.catalog-stats strong {
  font-family: var(--display);
  font-size: 2.6rem;
  line-height: 1;
}

.catalog-stats span {
  color: var(--quiet);
  font-size: 0.77rem;
}

.dispatch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--rule);
}

.dispatch-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.dispatch-card__image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid var(--rule);
  background: var(--paper-deep);
}

.dispatch-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.dispatch-card:hover .dispatch-card__image img {
  transform: scale(1.018);
}

.image-fallback {
  height: 100%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 3rem;
}

.dispatch-card__body {
  min-height: 310px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.dispatch-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dispatch-card h2 {
  margin: 22px 0 12px;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.dispatch-card h2 a {
  text-decoration: none;
}

.dispatch-card p {
  margin: 0 0 26px;
  color: var(--quiet);
  font-size: 0.85rem;
}

.text-link {
  margin-top: auto;
  font-size: 0.78rem;
  font-weight: 800;
}

.empty-state {
  padding: 42px;
  border: 1px solid var(--ink);
  text-align: center;
}

.service-split {
  max-width: var(--content);
  margin: 0 auto;
  padding: 84px var(--gutter);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(36px, 8vw, 120px);
  color: var(--paper);
  background: var(--ink);
}

.service-split h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.service-split > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.service-split .secondary-link {
  margin-top: 22px;
  border-color: var(--paper);
  color: var(--paper);
}

.site-footer {
  max-width: var(--content);
  min-height: 250px;
  margin: 0 auto;
  padding: 58px var(--gutter) 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  color: var(--paper);
  background: var(--ink);
  border-top: 1px solid #3d3a35;
}

.brand--footer {
  color: var(--paper);
  font-size: 1.4rem;
}

.site-footer p {
  max-width: 430px;
  color: #aaa49a;
  font-size: 0.78rem;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 10px 28px;
  font-size: 0.78rem;
}

.site-footer .footer-note {
  grid-column: 1 / -1;
  margin: 38px 0 0;
  padding-top: 18px;
  border-top: 1px solid #3d3a35;
  font-family: var(--mono);
  font-size: 0.65rem;
}

.breadcrumbs {
  max-width: var(--content);
  margin: 0 auto;
  padding: 20px var(--gutter);
  display: flex;
  gap: 10px;
  color: var(--quiet);
  border-bottom: 1px solid var(--rule);
  font-family: var(--mono);
  font-size: 0.68rem;
}

.product-shell {
  max-width: var(--content);
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  border-bottom: 1px solid var(--ink);
}

.product-visual {
  position: relative;
  min-width: 0;
  padding: var(--gutter);
  display: grid;
  place-items: center;
  background: var(--paper-deep);
  border-right: 1px solid var(--ink);
}

.product-visual > img {
  width: min(100%, 720px);
  aspect-ratio: 1;
  object-fit: cover;
}

.product-stamp {
  position: absolute;
  right: var(--gutter);
  bottom: var(--gutter);
  min-width: 104px;
  padding: 9px;
  border: 2px solid var(--ink);
  background: var(--signal);
  font-family: var(--mono);
  transform: rotate(-2deg);
}

.product-stamp span,
.product-stamp strong {
  display: block;
}

.product-stamp span {
  font-size: 0.56rem;
}

.product-stamp strong {
  font-size: 2.1rem;
  line-height: 1;
}

.product-summary {
  padding: clamp(34px, 5vw, 74px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-summary h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.product-summary .lede {
  margin: 28px 0;
  color: var(--quiet);
  font-size: 1rem;
}

.price-line {
  padding: 20px 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.price-line strong {
  font-family: var(--display);
  font-size: 3.3rem;
  line-height: 1;
}

.price-line span {
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 0.65rem;
}

.action-panel {
  margin-top: 24px;
}

.checkout-button {
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--paper);
  background: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.checkout-button:hover {
  color: var(--ink);
  background: var(--signal);
}

.checkout-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.checkout-note,
.checkout-status {
  margin: 10px 0 0;
  color: var(--quiet);
  font-size: 0.72rem;
}

.checkout-status.is-error {
  color: #a62d12;
}

.status-panel {
  padding: 18px;
  border: 1px solid var(--ink);
}

.status-panel strong {
  color: #a62d12;
}

.status-panel p {
  margin: 4px 0 0;
  color: var(--quiet);
  font-size: 0.8rem;
}

.trust-list {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
  list-style: none;
  color: var(--quiet);
  font-size: 0.72rem;
}

.trust-list li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--success);
  font-weight: 900;
}

.product-copy,
.product-boundary {
  max-width: var(--content);
  margin: 0 auto;
  padding: 92px var(--gutter);
}

.product-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 130px);
  border-bottom: 1px solid var(--ink);
}

.product-copy .section-heading {
  display: block;
}

.product-copy .section-heading h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.prose {
  min-width: 0;
  max-width: 790px;
  color: #2c2925;
}

.prose > :first-child {
  margin-top: 0;
}

.prose h1,
.prose h2,
.prose h3 {
  margin: 2em 0 0.55em;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.prose h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
}

.prose h3 {
  font-size: 1.25rem;
}

.prose p,
.prose li {
  font-size: 0.95rem;
}

.prose li + li {
  margin-top: 0.38em;
}

.prose a {
  overflow-wrap: anywhere;
}

.product-boundary {
  max-width: 930px;
}

.product-boundary h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.collection-hero,
.index-hero,
.text-page,
.checkout-result {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 130px) var(--gutter);
}

.collection-hero h1,
.index-hero h1,
.text-page h1,
.checkout-result h1 {
  margin: 0 0 30px;
  font-size: clamp(3rem, 7vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.collection-hero .prose {
  font-size: 1.05rem;
}

.collection-count {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  font-family: var(--mono);
  font-size: 0.7rem;
}

.catalog-shell--collection {
  padding-top: 0;
}

.collection-grid {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 var(--gutter) 110px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--rule);
}

.collection-card {
  min-height: 300px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.collection-card h2 {
  margin: 22px 0 12px;
  font-size: 1.65rem;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.collection-card h2 a {
  text-decoration: none;
}

.collection-card p {
  color: var(--quiet);
  font-size: 0.85rem;
}

.collection-card > span {
  margin-top: auto;
  font-family: var(--mono);
  font-size: 0.67rem;
}

.review-banner {
  margin: 0 0 34px;
  padding: 18px;
  border: 2px solid #a62d12;
  color: #6f210f;
  background: #ffe7de;
}

.review-banner p {
  margin: 5px 0 0;
  font-size: 0.85rem;
}

.service-page {
  --service-ink: #132238;
  --service-panel: #1b3150;
  --service-paper: #f4f7ff;
  --service-teal: #79e2c7;
  --service-blue: #8496ff;
  --service-amber: #ffbd66;
}

.service-hero {
  max-width: var(--content);
  min-height: 720px;
  margin: 0 auto;
  padding: 28px var(--gutter) 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--service-paper);
  background: var(--service-ink);
  border-bottom: 0;
}

.service-hero__topline {
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(244, 247, 255, 0.25);
}

.service-hero__topline .eyebrow {
  margin: 0;
  color: var(--service-teal);
}

.service-hero__topline > span {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-hero__stage {
  padding: clamp(42px, 7vw, 92px) 0 clamp(36px, 5vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: clamp(42px, 7vw, 110px);
}

.service-hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: "Arial Black", "Aptos Display", var(--body);
  font-size: clamp(3.7rem, 8.2vw, 8.6rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-hero h1 span {
  display: block;
}

.service-hero h1 .service-hero__accent {
  margin-top: 0.16em;
  color: var(--service-teal);
}

.service-hero__message > p {
  max-width: 670px;
  margin: 34px 0 0;
  color: #cbd6e8;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.45;
}

.observation-matrix {
  padding: 24px;
  background: var(--service-panel);
  border: 1px solid rgba(244, 247, 255, 0.34);
  box-shadow: 12px 12px 0 var(--service-blue);
}

.observation-matrix__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}

.observation-matrix__grid span {
  aspect-ratio: 1;
  background: var(--service-teal);
}

.observation-matrix__grid span:nth-child(6n + 4),
.observation-matrix__grid span:nth-child(6n + 5),
.observation-matrix__grid span:nth-child(6n + 6) {
  background: var(--service-blue);
}

.observation-matrix__grid span:nth-child(12n + 7),
.observation-matrix__grid span:nth-child(12n + 8),
.observation-matrix__grid span:nth-child(12n + 9) {
  background: var(--service-amber);
}

.observation-matrix__key {
  margin-top: 24px;
  padding-top: 18px;
  display: grid;
  gap: 4px;
  border-top: 1px solid rgba(244, 247, 255, 0.25);
}

.observation-matrix__key strong {
  color: var(--service-paper);
  font-family: var(--mono);
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.observation-matrix__key span {
  color: #aebbd0;
  font-size: 0.73rem;
}

.service-hero__lower {
  padding-top: 24px;
  border-top: 1px solid rgba(244, 247, 255, 0.25);
}

.service-hero__lower p {
  max-width: 680px;
  margin: 0;
  color: #cbd6e8;
  font-size: 0.88rem;
  line-height: 1.55;
}

.service-hero__lower p span {
  display: block;
  color: var(--service-amber);
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-hero__lower strong {
  display: grid;
  justify-items: end;
  color: var(--service-amber);
  font-family: "Arial Black", "Aptos Display", var(--body);
  font-size: clamp(1.8rem, 3.3vw, 3.2rem);
  line-height: 1;
}

.service-hero__lower strong small {
  margin-top: 8px;
  color: var(--service-paper);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-proof {
  max-width: var(--content);
  margin: 0 auto;
  padding: 90px var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  color: var(--service-paper);
  background: var(--service-ink);
}

.service-proof h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.service-proof ol {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.service-proof li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(244, 247, 255, 0.22);
}

.service-proof li strong {
  color: var(--service-teal);
  font-family: var(--display);
  font-size: 3.8rem;
  line-height: 1;
}

.service-proof li span {
  color: #cbd6e8;
}

.service-proof li:nth-child(2) strong {
  color: var(--service-blue);
}

.service-proof li:nth-child(3) strong {
  color: var(--service-amber);
}

.service-grid {
  max-width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-grid article {
  min-height: 350px;
  padding: 44px var(--gutter);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--ink);
}

.service-grid article:last-child {
  border-right: 0;
}

.service-grid article > span {
  color: var(--service-blue);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.service-grid article:nth-child(2) > span {
  color: #287962;
}

.service-grid article:nth-child(3) > span {
  color: #a75f00;
}

.service-grid h2 {
  margin: 76px 0 14px;
  font-size: 2rem;
  line-height: 1;
}

.service-grid p {
  color: var(--quiet);
  font-size: 0.9rem;
}

.service-payment {
  max-width: 1050px;
  margin: 0 auto;
  padding: 110px var(--gutter);
}

.service-payment h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.payment-options {
  margin: 50px 0 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--ink);
}

.payment-options article {
  min-height: 240px;
  padding: 28px;
}

.payment-options article + article {
  border-left: 1px solid var(--ink);
}

.payment-options strong {
  color: #5b6fe5;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.payment-options h3 {
  margin: 28px 0 4px;
}

.payment-options p,
.boundary-note {
  color: var(--quiet);
  font-size: 0.85rem;
}

.service-payment .primary-link {
  margin-top: 28px;
}

.service-page .primary-link:hover {
  background: var(--service-amber);
}

.wedding-service-page {
  --wedding-plum: #3d2431;
  --wedding-plum-deep: #281722;
  --wedding-sky: #d4e4e1;
  --wedding-sage: #6f8268;
  --wedding-gold: #c18a3c;
  --wedding-shell: #f7f5f1;
  --wedding-ink: #272426;
  color: var(--wedding-ink);
  background: var(--wedding-shell);
}

.wedding-service-page .site-header .nav-service {
  color: var(--wedding-plum);
}

.wedding-hero {
  max-width: var(--content);
  min-height: 780px;
  margin: 0 auto;
  padding: 26px var(--gutter) 70px;
  background: var(--wedding-sky);
  overflow: hidden;
}

.wedding-hero__meta {
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(61, 36, 49, 0.35);
  color: var(--wedding-plum);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wedding-hero__grid {
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: clamp(44px, 7vw, 110px);
}

.wedding-hero__copy {
  position: relative;
  z-index: 3;
}

.wedding-hero__copy .eyebrow {
  margin-bottom: 20px;
  color: var(--wedding-sage);
}

.wedding-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--wedding-plum-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7.1vw, 7.7rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.018em;
}

.wedding-hero h1 em {
  margin-top: 0.12em;
  display: block;
  color: #6d4e3a;
  font-weight: 400;
}

.wedding-hero__lead {
  max-width: 680px;
  margin: 34px 0 0;
  color: #493e43;
  font-size: clamp(1.05rem, 1.75vw, 1.35rem);
  line-height: 1.5;
}

.wedding-hero__actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.wedding-primary,
.wedding-secondary {
  min-height: 50px;
  padding: 14px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--wedding-plum);
  color: var(--wedding-shell);
  background: var(--wedding-plum);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.wedding-secondary {
  color: var(--wedding-plum);
  background: transparent;
}

.wedding-primary:hover,
.wedding-primary:focus-visible {
  color: var(--wedding-plum);
  background: var(--wedding-gold);
}

.wedding-secondary:hover,
.wedding-secondary:focus-visible {
  color: var(--wedding-shell);
  background: var(--wedding-plum);
}

.wedding-hero__note {
  margin: 16px 0 0;
  color: #5e5559;
  font-size: 0.76rem;
}

.wedding-paper-stack {
  position: relative;
  min-height: 585px;
}

.wedding-paper {
  position: absolute;
  width: min(285px, 58%);
  margin: 0;
  background: white;
  border: 1px solid rgba(61, 36, 49, 0.28);
  box-shadow: 0 26px 48px rgba(40, 23, 34, 0.22);
  transform-origin: 50% 100%;
}

.wedding-paper img {
  width: 100%;
  aspect-ratio: 8.5 / 11;
  object-fit: cover;
  object-position: top center;
}

.wedding-paper figcaption {
  padding: 10px 12px;
  color: var(--wedding-plum);
  background: var(--wedding-shell);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wedding-paper--classic {
  z-index: 1;
  top: 104px;
  left: 0;
  transform: rotate(-7deg);
}

.wedding-paper--sage {
  z-index: 2;
  top: 32px;
  left: 22%;
  transform: rotate(1.5deg);
}

.wedding-paper--ink {
  z-index: 3;
  top: 112px;
  right: 0;
  transform: rotate(7deg);
}

.wedding-deliverables {
  max-width: var(--content);
  margin: 0 auto;
  padding: 110px var(--gutter);
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 8vw, 120px);
}

.wedding-section-lead h2,
.wedding-styles__heading h2,
.wedding-process h2,
.wedding-boundaries h2,
.wedding-close h2 {
  margin: 0;
  color: var(--wedding-plum-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.018em;
}

.wedding-section-lead > p:last-child,
.wedding-styles__heading > p:last-child {
  max-width: 610px;
  margin: 28px 0 0;
  color: #6c6367;
}

.wedding-deliverable-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--wedding-plum);
}

.wedding-deliverable-grid article {
  min-height: 390px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #c9c1bd;
  border-bottom: 1px solid #c9c1bd;
}

.wedding-deliverable-grid article:first-child {
  border-left: 1px solid #c9c1bd;
}

.wedding-deliverable-grid strong {
  color: var(--wedding-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: 0.9;
}

.wedding-deliverable-grid article:nth-child(2) strong {
  color: var(--wedding-sage);
}

.wedding-deliverable-grid article:nth-child(3) strong {
  color: var(--wedding-plum);
}

.wedding-deliverable-grid article > span {
  margin-top: 6px;
  color: #756c70;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wedding-deliverable-grid h3 {
  margin: auto 0 10px;
  font-size: 1.05rem;
  line-height: 1.15;
}

.wedding-deliverable-grid p {
  margin: 0;
  color: #6c6367;
  font-size: 0.82rem;
}

.wedding-styles {
  max-width: var(--content);
  margin: 0 auto;
  padding: 100px var(--gutter) 120px;
  background: #ece8e2;
}

.wedding-styles__heading {
  max-width: 980px;
  margin-bottom: 58px;
}

.wedding-style-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wedding-style-gallery figure {
  margin: 0;
}

.wedding-style-gallery__image {
  padding: clamp(12px, 2.2vw, 28px);
  background: #eadfc9;
  border: 1px solid rgba(61, 36, 49, 0.2);
}

.wedding-style-gallery__image--sage {
  background: #cfdbc9;
}

.wedding-style-gallery__image--ink {
  background: #d6d4d1;
}

.wedding-style-gallery img {
  width: 100%;
  aspect-ratio: 8.5 / 11;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 16px 30px rgba(40, 23, 34, 0.12);
}

.wedding-style-gallery figcaption {
  padding: 18px 2px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.wedding-style-gallery figcaption strong {
  color: var(--wedding-plum);
}

.wedding-style-gallery figcaption span {
  color: #746b6f;
  font-size: 0.76rem;
  text-align: right;
}

.wedding-process {
  max-width: var(--content);
  margin: 0 auto;
  padding: 110px var(--gutter);
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 8vw, 120px);
  color: var(--wedding-shell);
  background: var(--wedding-plum-deep);
}

.wedding-process h2 {
  color: var(--wedding-shell);
}

.wedding-process .eyebrow {
  color: var(--wedding-gold);
}

.wedding-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wedding-process li {
  padding: 23px 0;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  border-bottom: 1px solid rgba(247, 245, 241, 0.22);
}

.wedding-process li > span {
  color: var(--wedding-gold);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.wedding-process h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
}

.wedding-process li p {
  max-width: 620px;
  margin: 0;
  color: #cfc4ca;
  font-size: 0.86rem;
}

.wedding-boundaries {
  max-width: var(--content);
  margin: 0 auto;
  padding: 110px var(--gutter);
}

.wedding-boundaries > div:first-child {
  max-width: 960px;
}

.wedding-boundaries__grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #bdb5b1;
}

.wedding-boundaries__grid article {
  min-height: 330px;
  padding: 34px;
}

.wedding-boundaries__grid article + article {
  border-left: 1px solid #bdb5b1;
}

.wedding-boundaries h3 {
  margin: 0 0 28px;
  color: var(--wedding-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.wedding-boundaries ul {
  margin: 0;
  padding-left: 19px;
  color: #62595d;
}

.wedding-boundaries li + li {
  margin-top: 12px;
}

.wedding-close {
  max-width: 1120px;
  margin: 0 auto;
  padding: 110px var(--gutter) 125px;
  text-align: center;
}

.wedding-close .eyebrow {
  color: var(--wedding-sage);
}

.wedding-close > p:not(.eyebrow) {
  max-width: 690px;
  margin: 28px auto 0;
  color: #6a6165;
}

.wedding-close .wedding-primary {
  margin-top: 34px;
}

.checkout-result {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.checkout-result p {
  max-width: 650px;
}

.checkout-result a {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .hero {
    min-height: 580px;
  }

  .dispatch-grid,
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-shell {
    grid-template-columns: 1fr;
  }

  .product-visual {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .product-copy,
  .service-proof {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: 260px;
    border-right: 0;
  }

  .service-grid h2 {
    margin-top: 38px;
  }

  .wedding-hero__grid,
  .wedding-deliverables,
  .wedding-process {
    grid-template-columns: 1fr;
  }

  .wedding-hero__grid {
    padding-top: 70px;
    gap: 36px;
  }

  .wedding-paper-stack {
    width: min(650px, 100%);
    min-height: 560px;
    margin: 0 auto;
  }

  .wedding-deliverables,
  .wedding-process {
    gap: 56px;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: flex-start;
  }

  .site-header nav {
    max-width: 240px;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px 14px;
    text-align: right;
  }

  .site-header nav a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
  }

  .hero {
    min-height: 540px;
  }

  .hero__index span:last-child {
    display: none;
  }

  .hero h1 {
    font-size: clamp(4rem, 20vw, 7.5rem);
  }

  .service-hero {
    min-height: auto;
    padding-top: 22px;
  }

  .service-hero__topline > span {
    display: none;
  }

  .service-hero__stage {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .service-hero h1 {
    font-size: clamp(2.9rem, 13vw, 5.2rem);
    line-height: 1;
    letter-spacing: 0;
  }

  .service-hero__message > p {
    margin-top: 26px;
  }

  .observation-matrix {
    max-width: 390px;
    padding: 20px;
    box-shadow: 8px 8px 0 var(--service-blue);
  }

  .service-hero__lower {
    gap: 28px;
  }

  .service-hero__lower strong {
    justify-items: start;
  }

  .wedding-hero {
    min-height: auto;
    padding-top: 22px;
    padding-bottom: 54px;
  }

  .wedding-hero__meta span:last-child {
    display: none;
  }

  .wedding-hero__grid {
    min-height: 0;
    padding-top: 54px;
  }

  .wedding-hero h1 {
    font-size: clamp(3.3rem, 14.5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.01em;
  }

  .wedding-hero__lead {
    margin-top: 26px;
  }

  .wedding-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wedding-primary,
  .wedding-secondary {
    width: 100%;
  }

  .wedding-paper-stack {
    min-height: 410px;
  }

  .wedding-paper {
    width: min(220px, 62%);
  }

  .wedding-paper--classic {
    top: 70px;
  }

  .wedding-paper--sage {
    top: 20px;
    left: 18%;
  }

  .wedding-paper--ink {
    top: 76px;
  }

  .wedding-deliverables,
  .wedding-styles,
  .wedding-process,
  .wedding-boundaries,
  .wedding-close {
    padding-top: 74px;
    padding-bottom: 78px;
  }

  .wedding-deliverable-grid,
  .wedding-style-gallery,
  .wedding-boundaries__grid {
    grid-template-columns: 1fr;
  }

  .wedding-deliverable-grid article {
    min-height: 300px;
    border-left: 1px solid #c9c1bd;
  }

  .wedding-style-gallery {
    gap: 42px;
  }

  .wedding-style-gallery figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .wedding-style-gallery figcaption span {
    text-align: left;
  }

  .wedding-process li {
    grid-template-columns: 48px 1fr;
  }

  .wedding-boundaries__grid article {
    min-height: auto;
  }

  .wedding-boundaries__grid article + article {
    border-left: 0;
    border-top: 1px solid #bdb5b1;
  }

  .hero__lower,
  .service-hero__lower,
  .service-split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .catalog-shell {
    padding-top: 58px;
  }

  .key-hint {
    display: none;
  }

  .search-row input {
    padding-right: 0;
  }

  .catalog-stats {
    grid-template-columns: 1fr;
  }

  .catalog-stats div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--rule);
  }

  .dispatch-grid,
  .collection-grid {
    grid-template-columns: 1fr;
  }

  .dispatch-card__body {
    min-height: 260px;
  }

  .service-split {
    gap: 38px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    grid-template-columns: 1fr 1fr;
  }

  .product-summary {
    padding: 44px var(--gutter);
  }

  .product-copy {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .service-proof {
    gap: 34px;
  }

  .payment-options {
    grid-template-columns: 1fr;
  }

  .payment-options article + article {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
