:root {
  --ink: #242220;
  --muted: #6f6a61;
  --line: #dfd8cd;
  --panel: #f5f1eb;
  --panel-2: #eee7dd;
  --olive: #74805d;
  --olive-dark: #606c4b;
  --gold: #aa8d63;
  --white: #fffdf9;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --container: min(1294px, calc(100% - 128px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  overflow-x: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  height: 56px;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid #eee9e1;
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner {
  width: var(--container);
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 214px;
  color: #7e715f;
}

.brand-mark {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
}

.brand-mark svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: #a99c86;
  stroke-width: 2.4;
}

.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #9d8b76;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  flex: 1;
  font-size: 13px;
}

.main-nav a {
  position: relative;
  padding: 20px 0 17px;
  white-space: nowrap;
}

.main-nav a.active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 1px;
  background: #7d6b55;
}

.chevron {
  font-size: 13px;
  margin-left: 5px;
}

.catalog-link {
  min-width: 136px;
  height: 34px;
  border: 1px solid #b7ab9a;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
}

.catalog-link svg,
.btn svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.menu-button {
  display: none;
}

.hero {
  min-height: 496px;
  background: #f3eee7;
}

.hero-copy {
  width: var(--container);
  margin: 0 auto;
  padding: 58px 0 34px;
}

.hero h1 {
  width: 540px;
  margin: 0 0 21px;
  font-family: var(--serif);
  font-size: 51px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
}

.hero p {
  margin: 0;
}

.hero-lead,
.hero-meta,
.hero-trust {
  color: #4d4b47;
  font-size: 15px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 25px;
}

.btn {
  height: 42px;
  min-width: 184px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.btn-primary {
  color: white;
  background: var(--olive);
  border: 1px solid var(--olive);
}

.btn-primary:hover,
.submit:hover,
.mini-btn:hover {
  background: var(--olive-dark);
}

.btn-outline {
  border: 1px solid #6a6257;
  background: rgba(255, 255, 255, 0.62);
}

.btn-outline:hover {
  border-color: var(--olive);
  color: var(--olive-dark);
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 490px;
  margin-top: 42px;
  color: #45433e;
  font-size: 10px;
  line-height: 1.22;
}

.hero-features span {
  min-height: 53px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.hero-features span:first-child {
  border-left: 0;
  padding-left: 5px;
}

.hero-features i {
  display: block;
  margin-bottom: 7px;
  color: #656e54;
  font-style: normal;
  font-size: 15px;
}

.section {
  width: var(--container);
  margin: 0 auto;
}

.section h2,
.process h2 {
  margin: 0;
  text-align: center;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.1;
}

.products {
  padding: 22px 0 18px;
}

.title-rule {
  width: 26px;
  height: 1px;
  margin: 8px auto 13px;
  background: #a99578;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.category-card {
  height: 229px;
  padding: 12px 12px 10px;
  border: 1px solid #e3ddd4;
  border-radius: 8px;
  background: #f2eee8;
  text-align: center;
}

.thumb {
  height: 150px;
  border-radius: 6px;
  background: #e9e3da;
}

.crop-a .thumb { background-position: 45% 49%; }
.crop-b .thumb { background-position: 74% 49%; }
.crop-c .thumb { background-position: 65% 63%; }
.crop-d .thumb { background-position: 58% 57%; }
.crop-e .thumb { background-position: 86% 38%; }
.crop-f .thumb { background-position: 76% 69%; }

.category-card h3 {
  margin: 13px 0 7px;
  font-size: 14px;
  font-weight: 500;
}

.category-card a {
  width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #bab09f;
  border-radius: 50%;
  color: #8b816e;
  font-size: 18px;
  line-height: 1;
}

.why-strip,
.custom-strip,
.assurance-strip,
.inquiry {
  width: var(--container);
  margin: 0 auto 18px;
  border-radius: 7px;
  background: linear-gradient(110deg, #f3eee7 0%, #faf7f3 49%, #eee8df 100%);
}

.why-strip {
  min-height: 168px;
  display: grid;
  grid-template-columns: 205px repeat(6, 1fr);
  align-items: center;
  padding: 22px 22px;
}

.why-strip h2,
.custom-intro h2,
.inquiry h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.06;
}

.reason {
  min-height: 116px;
  padding: 0 21px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.reason span {
  display: block;
  color: #6d735b;
  font-size: 31px;
  line-height: 1;
  margin-bottom: 8px;
}

.reason strong {
  display: block;
  min-height: 28px;
  font-size: 13px;
  line-height: 1.15;
}

.reason p {
  margin: 5px 0 0;
  color: #4f4c47;
  font-size: 10.5px;
  line-height: 1.35;
}

.custom-strip {
  min-height: 192px;
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 18px;
  padding: 21px 17px 15px 25px;
}

.custom-intro p {
  margin: 11px 0 10px;
  color: #4f4c47;
  font-size: 12px;
  line-height: 1.42;
}

.mini-btn {
  height: 32px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--olive);
  color: white;
  font-size: 11px;
  font-weight: 700;
}

.custom-items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 13px;
  align-items: start;
}

.custom-items article {
  text-align: center;
  font-size: 12px;
}

.mini-image {
  height: 127px;
  margin-bottom: 9px;
  border-radius: 7px;
  border: 1px solid #dfd8ce;
  background: #e9e3da;
}

.wood { background-position: 45% 66%; }
.ceramic { background-position: 70% 52%; }
.plate { background-position: 50% 38%; }
.fabric { background-position: 24% 23%; }
.nameplate { background-position: 50% 31%; }
.logo { background-position: 91% 31%; }
.gift { background-position: 85% 61%; }

.process {
  padding: 3px 0 19px;
}

.process-row {
  display: grid;
  grid-template-columns: 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr;
  gap: 8px;
  align-items: center;
}

.step {
  min-height: 114px;
  position: relative;
  padding-left: 86px;
}

.step-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 72px;
  height: 72px;
  border: 1px solid #d6c9b8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7a775f;
  font-size: 32px;
}

.step b {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: white;
  font-size: 10px;
  line-height: 1;
}

.step strong {
  display: block;
  margin: 5px 0 4px;
  font-size: 13px;
}

.step p {
  margin: 0;
  color: #55514c;
  font-size: 10.5px;
  line-height: 1.35;
}

.arrow {
  color: #c1b7a8;
  font-size: 24px;
  text-align: center;
  transform: translateY(-11px);
}

.assurance-strip {
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 21px 32px 16px;
  position: relative;
  overflow: hidden;
}

.assurance-strip::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 9px;
  width: 160px;
  height: 64px;
  opacity: 0.22;
  background:
    radial-gradient(circle at 20% 30%, #cfc7bb 1px, transparent 2px),
    radial-gradient(circle at 55% 58%, #cfc7bb 1px, transparent 2px),
    radial-gradient(circle at 83% 25%, #cfc7bb 1px, transparent 2px);
  background-size: 18px 16px;
}

.assurance-strip div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 11px;
  align-items: start;
  z-index: 1;
}

.assurance-strip span {
  grid-row: span 2;
  color: #777d60;
  font-size: 34px;
  line-height: 1;
}

.assurance-strip strong {
  font-size: 14px;
}

.assurance-strip p {
  margin: 3px 0 0;
  color: #55514c;
  font-size: 11px;
  line-height: 1.32;
}

.inquiry {
  min-height: 212px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 442px 1fr 320px;
  overflow: hidden;
}

.inquiry-intro {
  min-height: 212px;
  padding: 29px 30px;
  background: #eee8df;
}

.inquiry-intro h2 {
  width: 292px;
}

.inquiry-intro p {
  width: 285px;
  margin: 22px 0 0;
  color: #514e49;
  font-size: 12px;
  line-height: 1.55;
}

.inquiry-form {
  padding: 21px 26px 15px;
  background: rgba(255, 253, 249, 0.86);
}

.inquiry h3 {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 500;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

input,
textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: white;
  color: var(--ink);
  outline: 1px solid transparent;
}

input {
  height: 32px;
  padding: 0 11px;
  font-size: 9px;
}

textarea {
  height: 42px;
  resize: none;
  margin-top: 8px;
  padding: 9px 11px;
  font-size: 9px;
}

input:focus,
textarea:focus {
  outline-color: #b7aa96;
}

.submit {
  width: 100%;
  height: 34px;
  margin-top: 8px;
  border: 0;
  border-radius: 4px;
  background: var(--olive);
  color: white;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.contact-info {
  padding: 28px 28px;
  border-left: 1px solid var(--line);
  font-style: normal;
  background: rgba(250, 247, 242, 0.82);
}

.contact-info p {
  margin: 12px 0 0;
  color: #47433e;
  font-size: 12px;
  line-height: 1.25;
}

/* Inner pages */
.page-container {
  width: var(--container);
  margin: 0 auto 18px;
}

.inner-hero {
  min-height: 342px;
  background: #f3eee7;
}

.inner-hero-about {
  background: #f3eee7;
}

.inner-hero-contact {
  min-height: 396px;
  background: #f3eee7;
}

.inner-hero-copy {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0 24px;
}

.inner-hero h1 {
  width: 455px;
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 55px;
  line-height: 1.02;
  font-weight: 500;
}

.inner-hero p {
  width: 475px;
  margin: 0;
  color: #36332f;
  font-size: 16px;
  line-height: 1.55;
}

.inner-hero ul {
  width: 560px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: #3d3934;
  font-size: 15px;
  line-height: 1.55;
}

.inner-hero li {
  margin-top: 6px;
  padding-left: 28px;
  position: relative;
}

.inner-hero li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.inner-hero-products {
  min-height: 326px;
}

.inner-hero-products .inner-hero-copy {
  padding-top: 38px;
}

.inner-hero-products h1 {
  width: 430px;
}

.inner-hero-products p {
  width: 520px;
}

.inner-hero-products ul {
  width: 620px;
  margin-top: 18px;
}

.inner-actions {
  margin-top: 23px;
}

.inner-features {
  margin-top: 36px;
}

.tab-strip {
  min-height: 100px;
  margin-top: -17px;
  padding: 18px 22px 14px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  border: 1px solid #e6ddd1;
  border-radius: 10px;
  background: rgba(250, 247, 242, 0.95);
}

.tab-strip a {
  min-height: 66px;
  display: grid;
  place-items: center;
  gap: 5px;
  border-left: 1px solid var(--line);
  color: #3a3732;
  font-size: 15px;
  text-align: center;
}

.tab-strip a:first-child {
  border-left: 0;
}

.tab-strip span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: #7b8262;
  border: 1px solid #cbbfae;
  border-radius: 50%;
  font-size: 13px;
}

.tab-strip a.active::after {
  content: "";
  width: 95px;
  height: 2px;
  background: var(--olive);
}

.product-list-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.catalog-card {
  min-height: 315px;
  padding: 13px 13px 11px;
  border: 1px solid #e3ddd4;
  border-radius: 8px;
  background: #f1eee8;
}

.asset-crop {
  height: 160px;
  border-radius: 7px;
  background-image: url("./assets/hero-products.webp");
  background-size: 680px auto;
  background-repeat: no-repeat;
}

.asset-crop.crop-a { background-position: 46% 52%; }
.asset-crop.crop-b { background-position: 73% 50%; }
.asset-crop.crop-c { background-position: 66% 63%; }
.asset-crop.crop-d { background-position: 58% 57%; }
.asset-crop.crop-e { background-position: 86% 38%; }
.asset-crop.crop-f { background-position: 77% 69%; }
.asset-crop.wood { background-position: 45% 66%; }
.asset-crop.ceramic { background-position: 70% 52%; }
.asset-crop.plate { background-position: 50% 38%; }
.asset-crop.fabric { background-position: 24% 23%; }
.asset-crop.nameplate { background-position: 50% 31%; }
.asset-crop.logo { background-position: 91% 31%; }
.asset-crop.gift { background-position: 85% 61%; }

.catalog-card h3 {
  min-height: 42px;
  margin: 15px 0 8px;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 500;
}

.catalog-card ul {
  min-height: 53px;
  margin: 0 0 9px;
  padding-left: 14px;
  color: #4f4a43;
  font-size: 11.5px;
  line-height: 1.45;
}

.catalog-card li::marker {
  color: #a2723e;
}

.detail-btn {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--olive);
  color: white;
  font-size: 11px;
  font-weight: 700;
}

.feature-strip {
  padding: 18px 22px;
  border: 1px solid #d8ccbd;
  border-radius: 8px;
  background: linear-gradient(110deg, #f4eee7 0%, #fbf8f4 52%, #eee8df 100%);
}

.feature-strip h2,
.buyers h2,
.card-section h2,
.work-with h2,
.cooperation h2,
.spec-panel h2,
.option-panel h2,
.detail-features h2,
.recommended h2,
.promise h2,
.map-panel h2 {
  margin: 0 0 13px;
  text-align: center;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.feature-strip-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.feature-strip-row div,
.work-with article,
.promise article {
  min-height: 74px;
  padding: 0 18px;
  border-left: 1px solid var(--line);
}

.feature-strip-row div:first-child,
.work-with article:first-child,
.promise article:first-child {
  border-left: 0;
}

.feature-strip strong,
.buyers strong,
.work-with strong,
.promise strong {
  display: block;
  font-size: 14px;
}

.feature-strip p,
.buyers p,
.work-with p,
.promise p {
  margin: 4px 0 0;
  color: #4f4b45;
  font-size: 11px;
  line-height: 1.35;
}

.buyers > div,
.work-with > div,
.promise > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.buyers article {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 9px;
}

.feature-strip-row span,
.buyers span,
.work-with span,
.promise span,
.card-section span,
.spec-panel span {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto 8px;
  border: 1px solid #bbb09e;
  border-radius: 50%;
  position: relative;
}

.feature-strip-row span::after,
.buyers span::after,
.work-with span::after,
.promise span::after,
.card-section span::after,
.spec-panel span::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid var(--olive);
  border-radius: 3px;
}

span.icon-shell {
  display: grid;
  place-items: center;
  color: var(--olive-dark);
  background: #faf8f3;
}

span.icon-shell::after {
  display: none;
}

.line-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-section .icon-shell + strong {
  margin-top: 10px;
}

.buyers span {
  grid-row: 1 / span 2;
  margin: 0;
}

.buyers strong,
.buyers p {
  grid-column: 2;
}

.collection-cta,
.contact-cta,
.detail-cta {
  min-height: 116px;
  display: grid;
  grid-template-columns: 210px 1fr 190px 190px;
  gap: 22px;
  align-items: center;
  padding: 14px 22px;
  border-radius: 8px;
  background: linear-gradient(100deg, #eee8de, #faf7f2 52%, #eee6db);
  border: 1px solid #e3d9cd;
}

.collection-cta h2,
.contact-cta h2,
.detail-cta h2 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.collection-cta p,
.contact-cta p,
.detail-cta p {
  margin: 0;
  color: #504b44;
  font-size: 12px;
  line-height: 1.4;
}

.cta-thumb,
.compact-pets {
  height: 90px;
  border-radius: 7px;
  background: #e9e3da;
}

.compact-inquiry {
  min-height: 186px;
  display: grid;
  grid-template-columns: 360px 260px 1fr 280px;
  border-radius: 0;
  background: #faf7f2;
  overflow: hidden;
}

.compact-inquiry .compact-pets {
  height: auto;
  border-radius: 0;
}

.compact-copy,
.compact-form,
.compact-contact {
  padding: 24px;
}

.compact-copy h2 {
  margin: 0 0 15px;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.05;
}

.compact-copy p,
.compact-contact p {
  margin: 0 0 11px;
  color: #4e4942;
  font-size: 12px;
  line-height: 1.4;
}

.compact-form h3,
.compact-contact h3 {
  margin: 0 0 12px;
  font-size: 14px;
}

.site-footer {
  margin-top: 8px;
  padding: 24px 0 12px;
  border-top: 1px solid #e7ded3;
  background: #f5f1eb;
}

.footer-inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.55fr;
  gap: 50px;
}

.footer-inner h3 {
  margin: 0 0 10px;
  font-size: 13px;
}

.footer-inner a,
.footer-inner p {
  display: block;
  margin: 0 0 6px;
  color: #4c4741;
  font-size: 11.5px;
  line-height: 1.35;
}

.footer-inner form {
  display: grid;
  grid-template-columns: 1fr 96px;
}

.footer-inner input {
  height: 36px;
  border-radius: 5px 0 0 5px;
}

.footer-inner button {
  border: 0;
  border-radius: 0 5px 5px 0;
  background: var(--olive);
  color: white;
  font-size: 12px;
}

.footer-bottom {
  width: var(--container);
  margin: 16px auto 0;
  display: flex;
  justify-content: space-between;
  color: #665f55;
  font-size: 10px;
}

.footer-legal-links {
  display: flex;
  gap: 18px;
}

.footer-bottom a {
  color: inherit;
}

.footer-bottom a:hover {
  color: var(--olive);
}

.legal-main {
  background: #fbf9f5;
  color: var(--ink);
}

.legal-hero {
  padding: 76px 0 58px;
  border-bottom: 1px solid var(--line);
  background: #f3eee7;
}

.legal-hero-inner,
.legal-layout {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.legal-eyebrow {
  margin: 0 0 16px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.05;
}

.legal-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #5d574f;
  font-size: 15px;
  line-height: 1.65;
}

.legal-meta {
  display: flex;
  gap: 22px;
  margin-top: 24px;
  color: #756d63;
  font-size: 12px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 70px;
  padding: 54px 0 76px;
}

.legal-toc {
  position: sticky;
  top: 96px;
  align-self: start;
  padding-right: 26px;
  border-right: 1px solid var(--line);
}

.legal-toc strong {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  margin: 0 0 10px;
  color: #686158;
  font-size: 12px;
  line-height: 1.4;
}

.legal-toc a:hover {
  color: var(--olive);
}

.legal-status {
  margin-bottom: 34px;
  padding: 18px 20px;
  border: 1px solid #cbc2b4;
  border-left: 4px solid var(--olive);
  border-radius: 5px;
  background: #f5f1eb;
  color: #514b43;
  font-size: 13px;
  line-height: 1.6;
}

.legal-section {
  padding: 0 0 30px;
  scroll-margin-top: 96px;
}

.legal-section + .legal-section {
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.legal-section h3 {
  margin: 22px 0 8px;
  font-size: 14px;
}

.legal-section p,
.legal-section li {
  color: #504b44;
  font-size: 14px;
  line-height: 1.75;
}

.legal-section p {
  margin: 0 0 12px;
}

.legal-section ul {
  margin: 10px 0 14px;
  padding-left: 20px;
}

.legal-section li + li {
  margin-top: 7px;
}

.legal-section a {
  color: #596644;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-tbd {
  color: #6e4e2f;
  font-weight: 700;
}

.detail-top {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 42px;
  padding-top: 20px;
}

.breadcrumbs {
  grid-column: 1 / -1;
  margin-bottom: -22px;
  color: #786f63;
  font-size: 11px;
}

.main-product-image {
  position: relative;
}

.main-product-image .asset-crop {
  height: 390px;
  border-radius: 10px;
  background-size: 1040px auto;
}

.main-product-image button {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: white;
  color: #554d43;
}

.thumb-row {
  display: grid;
  grid-template-columns: 45px repeat(5, 1fr) 45px;
  gap: 12px;
  margin-top: 14px;
}

.thumb-row::before,
.thumb-row::after {
  content: "‹";
  height: 80px;
  display: grid;
  place-items: center;
  border: 1px solid #d3c8ba;
  border-radius: 50%;
  align-self: center;
  color: #675f55;
  font-size: 24px;
}

.thumb-row::after {
  content: "›";
}

.thumb-row button {
  height: 80px;
  padding: 0;
  border: 1px solid #ded5c9;
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
}

.thumb-row button.active {
  border: 2px solid var(--olive);
}

.thumb-row .asset-crop {
  height: 100%;
  border-radius: 0;
  background-size: 380px auto;
}

.detail-copy h1 {
  margin: 23px 0 12px;
  font-family: var(--serif);
  font-size: 43px;
  line-height: 1.08;
  font-weight: 600;
}

.detail-copy > p {
  margin: 0 0 18px;
  color: #4c4740;
  font-size: 14px;
  line-height: 1.55;
}

.check-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.check-list li {
  margin: 12px 0;
  padding-left: 28px;
  position: relative;
  color: #4b4741;
  font-size: 13px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--olive);
}

.quote-box,
.spec-panel,
.option-panel,
.detail-features article,
.recommended article,
.contact-card,
.large-form,
.promise,
.map-panel {
  border: 1px solid #ddd3c7;
  border-radius: 9px;
  background: #fbf8f3;
}

.quote-box {
  padding: 19px;
}

.quote-box h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.quote-box label,
.large-form label {
  display: grid;
  gap: 7px;
  color: #423e39;
  font-size: 11px;
}

select {
  height: 32px;
  border: 0;
  border-radius: 5px;
  padding: 0 10px;
  background: white;
  color: #7b746a;
}

.quote-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.quote-actions .btn {
  min-width: 0;
  width: 100%;
}

.quote-box p {
  margin: 12px 0 0;
  color: #756e64;
  font-size: 11px;
}

.spec-panel,
.option-panel {
  padding: 16px 18px;
}

.spec-panel h2,
.option-panel h2,
.detail-features h2,
.recommended h2 {
  text-align: left;
}

.spec-panel > div {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.spec-panel article {
  min-height: 92px;
  padding: 0 12px;
  text-align: center;
  border-left: 1px solid var(--line);
}

.spec-panel article:first-child {
  border-left: 0;
}

.spec-panel strong,
.option-panel strong,
.detail-features strong,
.recommended strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.spec-panel p,
.option-panel p,
.detail-features p,
.recommended p {
  margin: 5px 0 0;
  color: #554f47;
  font-size: 11px;
  line-height: 1.35;
}

.option-panel > div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.option-panel .asset-crop {
  height: 102px;
  margin-bottom: 8px;
  background-size: 540px auto;
}

.option-panel article {
  text-align: center;
}

.detail-features > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
}

.detail-features article {
  display: grid;
  grid-template-columns: 270px 1fr;
  overflow: hidden;
}

.detail-features .asset-crop {
  height: 114px;
  border-radius: 0;
  background-size: 610px auto;
}

.detail-features article div {
  padding: 24px;
}

.recommended > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.recommended article {
  display: grid;
  grid-template-columns: 140px 1fr;
  overflow: hidden;
}

.recommended .asset-crop {
  height: 118px;
  border-radius: 0;
  background-size: 520px auto;
}

.recommended article div {
  padding: 14px;
}

.detail-cta {
  grid-template-columns: 285px 1fr 300px;
}

.detail-cta aside {
  padding: 24px 22px;
  border: 1px solid #d5c9ba;
  border-radius: 8px;
  text-align: center;
}

.story {
  display: grid;
  grid-template-columns: 440px 1fr 270px;
  gap: 32px;
  padding-top: 16px;
}

.story-photo {
  height: 184px;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #e9e3da;
}

.story-photo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.story h2 {
  margin: 8px 0 11px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.story p {
  margin: 0 0 12px;
  color: #4b4741;
  font-size: 12px;
  line-height: 1.55;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 12px;
}

.stats b {
  color: #a48256;
  font-size: 21px;
}

.stats span {
  color: #5c554c;
  font-size: 10px;
  line-height: 1.25;
}

.card-section > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

.card-section article {
  min-height: 156px;
  padding: 24px 22px 15px;
  border: 1px solid #e2d8cc;
  border-radius: 8px;
  background: #f5f1eb;
  text-align: center;
}

.card-section strong {
  display: block;
  margin-top: 16px;
  font-size: 14px;
}

.card-section p {
  margin: 8px 0 0;
  color: #544e47;
  font-size: 11px;
  line-height: 1.35;
}

.cooperation {
  padding: 16px 24px;
  border: 1px solid #ddd3c7;
  border-radius: 8px;
  background: #f7f3ed;
}

.cooperation > div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.cooperation article {
  min-height: 78px;
  padding-left: 52px;
  position: relative;
}

.cooperation b {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: white;
}

.cooperation strong {
  display: block;
  font-size: 13px;
}

.cooperation p {
  margin: 5px 0 0;
  color: #544f48;
  font-size: 10.5px;
  line-height: 1.35;
}

.contact-main {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
  margin-top: 30px;
}

.large-form {
  padding: 22px;
}

.large-form h2,
.contact-card h2 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.large-form > p {
  margin: 0 0 20px;
  color: #4d4942;
  font-size: 12px;
}

.form-grid.three {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 18px;
}

.large-form textarea {
  height: 72px;
}

.upload-box {
  margin-top: 14px;
  padding: 18px 22px;
  border: 1px solid #e0d6ca;
  border-radius: 8px;
  background: #faf7f3;
}

.upload-box p {
  margin: 5px 0 0;
  color: #5c554c;
  font-size: 12px;
}

.large-form small {
  display: block;
  margin-top: 10px;
  color: #786f65;
  font-size: 10px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.large-form .privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 14px 0;
  line-height: 1.45;
}

.privacy-consent input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  accent-color: var(--olive);
}

.privacy-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-card {
  padding: 31px;
}

.contact-card > div {
  margin-top: 26px;
  padding-left: 64px;
  min-height: 45px;
  position: relative;
}

.contact-card > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #d8ccbd;
  background: #f3eee7;
}

.contact-card b {
  font-size: 13px;
}

.contact-card p {
  margin: 6px 0 0;
  color: #3f3b36;
  font-size: 13px;
  line-height: 1.4;
}

.contact-card section {
  margin-top: 26px;
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(100deg, #eee8de, #f7f2ea);
}

.contact-card section span {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--olive);
  color: white;
  font-size: 10px;
}

.promise {
  padding: 19px 28px;
}

.promise h2 {
  text-align: left;
}

.map-panel {
  min-height: 138px;
  display: grid;
  grid-template-columns: 260px 1fr;
  padding: 22px 30px;
  background: #f3eee7;
}

.map-panel h2 {
  text-align: left;
}

.map-panel p {
  margin: 0;
  color: #514b44;
  font-size: 12px;
  line-height: 1.45;
}

.map-art {
  position: relative;
  min-height: 90px;
  background:
    radial-gradient(circle at 24% 42%, #caa565 0 5px, transparent 6px),
    radial-gradient(circle at 64% 34%, #caa565 0 5px, transparent 6px),
    linear-gradient(12deg, transparent 45%, rgba(147, 151, 124, 0.22) 46% 54%, transparent 55%);
}

.map-art span {
  position: absolute;
  top: 38px;
  padding: 12px 16px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.82);
  color: #3e3933;
  font-size: 13px;
}

.map-art span:first-child {
  left: 22%;
}

.map-art span:last-child {
  left: 62%;
}

.map-art small {
  color: #625b52;
}

@media (max-width: 900px) {
  .legal-hero-inner,
  .legal-layout {
    width: min(100% - 36px, 720px);
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .legal-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding: 0 0 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .legal-toc strong {
    width: 100%;
    margin-bottom: 3px;
  }

  .legal-toc a {
    margin: 0;
  }

  .inner-hero,
  .inner-hero-contact {
    min-height: 560px;
    background: #f3eee7;
  }

  .inner-hero-about {
    background: #f3eee7;
  }

  .inner-hero-copy,
  .page-container,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 36px, 720px);
  }

  .inner-hero h1 {
    width: min(100%, 520px);
    font-size: 44px;
  }

  .inner-hero p,
  .inner-hero ul {
    width: min(100%, 560px);
  }

  .tab-strip,
  .product-list-grid,
  .card-section > div,
  .buyers > div,
  .work-with > div,
  .promise > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .tab-strip {
    margin-top: 18px;
  }

  .feature-strip-row,
  .option-panel > div,
  .recommended > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }

  .compact-inquiry,
  .collection-cta,
  .contact-cta,
  .detail-cta,
  .story,
  .detail-top,
  .contact-main,
  .map-panel {
    grid-template-columns: 1fr;
  }

  .compact-inquiry .compact-pets,
  .cta-thumb,
  .compact-pets {
    height: 180px;
  }

  .spec-panel > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-features > div {
    grid-template-columns: 1fr;
  }

  .detail-features article {
    grid-template-columns: 220px 1fr;
  }

  .cooperation > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-grid.three,
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .legal-hero {
    padding: 52px 0 42px;
  }

  .legal-hero-inner,
  .legal-layout {
    width: calc(100% - 28px);
  }

  .legal-hero h1 {
    font-size: 40px;
  }

  .legal-meta {
    flex-direction: column;
    gap: 7px;
  }

  .legal-layout {
    padding: 38px 0 56px;
  }

  .legal-section h2 {
    font-size: 24px;
  }

  .inner-hero-copy,
  .page-container,
  .footer-inner,
  .footer-bottom {
    width: calc(100% - 28px);
  }

  .inner-hero h1 {
    max-width: 340px;
    font-size: 36px;
  }

  .inner-hero p,
  .inner-hero ul {
    max-width: 340px;
    font-size: 13px;
  }

  .tab-strip,
  .product-list-grid,
  .feature-strip-row,
  .buyers > div,
  .work-with > div,
  .promise > div,
  .card-section > div,
  .option-panel > div,
  .recommended > div,
  .spec-panel > div,
  .cooperation > div,
  .form-grid.three,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .tab-strip a {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .tab-strip a:first-child {
    border-top: 0;
  }

  .footer-bottom,
  .footer-legal-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom {
    gap: 8px;
  }

  .footer-legal-links {
    gap: 6px;
  }

  .catalog-card {
    min-height: auto;
  }

  .asset-crop {
    height: 170px;
    background-size: 720px auto;
  }

  .detail-copy h1 {
    font-size: 33px;
  }

  .main-product-image .asset-crop {
    height: 280px;
    background-size: 760px auto;
  }

  .thumb-row {
    grid-template-columns: repeat(5, 1fr);
  }

  .thumb-row::before,
  .thumb-row::after {
    display: none;
  }

  .detail-features article,
  .recommended article {
    grid-template-columns: 1fr;
  }

  .story-photo {
    height: 210px;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .large-form,
  .contact-card {
    padding: 18px;
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
  }

  .map-art span {
    position: static;
    display: block;
    margin: 12px 0;
  }

  .collection-cta,
  .contact-cta,
  .detail-cta {
    gap: 14px;
    padding: 18px;
  }

  .footer-bottom {
    display: grid;
    gap: 10px;
  }
}

/* Products page photography */
.inner-hero-photo {
  position: absolute;
  top: 20px;
  right: max(32px, calc((100% - 1294px) / 2));
  width: min(48%, 650px);
  height: calc(100% - 40px);
  display: block;
  border: 1px solid #d9d0c3;
  border-radius: 7px;
  object-fit: cover;
}

.products-hero-photo {
  object-position: 50% 54%;
}

.inner-hero:not(.inner-hero-products) .inner-hero-photo {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-position: center;
}

.cta-photo {
  width: 100%;
  height: 90px;
  display: block;
  border: 1px solid #d9d0c3;
  border-radius: 7px;
  object-fit: cover;
}

.products-cta-photo {
  object-position: 50% 58%;
}

@media (max-width: 900px) {
  .inner-hero-photo {
    top: auto;
    right: -4%;
    bottom: 0;
    width: 58%;
    height: 235px;
  }

  .cta-photo {
    height: 210px;
  }

  .inner-hero:not(.inner-hero-products) .inner-hero-photo {
    top: auto;
    right: 18px;
    bottom: 0;
    width: calc(100% - 36px);
    height: 235px;
    border: 1px solid #d9d0c3;
    border-radius: 7px;
  }
}

@media (max-width: 520px) {
  .inner-hero-photo {
    right: 14px;
    width: calc(100% - 28px);
    height: 210px;
    opacity: 1;
  }

  .cta-photo {
    height: 180px;
  }

  .inner-hero:not(.inner-hero-products) .inner-hero-photo {
    right: 14px;
    width: calc(100% - 28px);
    height: 210px;
  }
}

/* Homepage editorial capability story */
.editorial-lower {
  width: min(1440px, 100%);
  margin: 0 auto;
  background: #f8f6f1;
}

.editorial-band {
  display: grid;
  overflow: hidden;
  background: #f8f6f1;
}

.editorial-band figure {
  margin: 0;
}

.editorial-copy {
  position: relative;
  padding: 54px clamp(46px, 5vw, 82px);
}

.editorial-eyebrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 18px;
  color: #3f463a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-eyebrow::after {
  content: "";
  width: 48px;
  height: 1px;
  background: #858c78;
}

.editorial-copy h2,
.idea-delivery h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 3.15vw, 50px);
  font-weight: 500;
  line-height: 1.02;
}

.editorial-copy > p:not(.editorial-eyebrow):not(.editorial-note) {
  max-width: 520px;
  margin: 22px 0 0;
  color: #54534e;
  font-size: 15px;
  line-height: 1.55;
}

.editorial-button {
  min-height: 44px;
  margin-top: 28px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--olive-dark);
  color: white;
  font-size: 12px;
  font-weight: 700;
}

.editorial-button:hover {
  background: #4f5940;
}

.editorial-note {
  margin: 38px 0 0 82px;
  color: #4e5745;
  font-family: var(--serif);
  font-size: 21px;
  font-style: italic;
}

.editorial-media {
  min-width: 0;
  min-height: 0;
}

.editorial-media img,
.editorial-inset img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.editorial-capabilities {
  min-height: 500px;
  grid-template-columns: 38% 62%;
}

.editorial-capabilities .editorial-media img {
  object-position: 50% 52%;
}

.idea-delivery {
  min-height: 332px;
  padding: 42px clamp(46px, 5vw, 82px) 30px;
  display: grid;
  grid-template-columns: 44% 56%;
  grid-template-rows: auto 1fr auto;
  background: #fffdf9;
}

.idea-heading .editorial-eyebrow {
  margin-bottom: 16px;
}

.idea-intro {
  padding: 28px 0 0 48px;
}

.idea-intro p {
  max-width: 530px;
  margin: 0;
  color: #5b5953;
  font-size: 13px;
  line-height: 1.58;
}

.idea-intro a,
.editorial-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #30342d;
  font-size: 12px;
  font-weight: 700;
}

.process-rail {
  grid-column: 1 / -1;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 175px 1fr 175px;
  align-items: center;
}

.process-endpoint {
  min-height: 108px;
  position: relative;
  padding-left: 82px;
}

.process-endpoint > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1eee7;
  color: #3f433b;
  font-family: var(--serif);
  font-size: 24px;
}

.process-endpoint strong {
  padding-top: 14px;
  display: block;
  font-size: 13px;
}

.process-endpoint p {
  margin: 8px 0 0;
  color: #69665f;
  font-size: 10px;
  line-height: 1.4;
}

.process-line {
  min-width: 0;
  margin: 0 22px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  color: #474a43;
  font-size: 10px;
}

.process-line i {
  height: 1px;
  background: #a4a697;
}

.process-note {
  grid-column: 1 / -1;
  justify-self: center;
  margin: -22px 0 0;
  color: #6f7568;
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
}

.editorial-development {
  min-height: 470px;
  grid-template-columns: 55% 45%;
  background: #fbfaf7;
}

.editorial-development .editorial-copy {
  padding-bottom: 190px;
}

.editorial-development .editorial-media img {
  object-position: center;
}

.editorial-inset {
  width: 46%;
  height: 128px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.editorial-inset img {
  object-position: 72% 52%;
}

.editorial-quality {
  min-height: 440px;
  grid-template-columns: 50% 50%;
  background: #f8f6f1;
}

.editorial-quality .editorial-copy {
  padding-bottom: 42px;
}

.editorial-quality .editorial-copy > p:not(.editorial-eyebrow) {
  max-width: 460px;
}

.editorial-quality .editorial-media img {
  object-position: center;
}

.quality-stages {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quality-stages div {
  min-width: 0;
  padding: 0 10px;
  border-left: 1px solid #dedbd3;
  text-align: center;
}

.quality-stages div:first-child {
  padding-left: 0;
  border-left: 0;
}

.quality-stages span {
  width: 36px;
  height: 36px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  border: 1px solid #919681;
  color: #657057;
  font-family: var(--serif);
  font-size: 12px;
}

.quality-stages strong,
.quality-stages small {
  display: block;
}

.quality-stages strong {
  font-size: 10px;
  line-height: 1.2;
}

.quality-stages small {
  margin-top: 5px;
  color: #6d6962;
  font-size: 8px;
  line-height: 1.3;
}

.editorial-delivery {
  min-height: 342px;
  grid-template-columns: 36% 64%;
  background: #e9e5dc;
}

.editorial-delivery .editorial-copy {
  padding-top: 48px;
}

.editorial-delivery .editorial-media img {
  object-position: 50% 56%;
}

@media (max-width: 900px) {
  .editorial-capabilities,
  .editorial-development,
  .editorial-quality,
  .editorial-delivery {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .editorial-copy {
    padding: 44px 48px;
  }

  .editorial-copy h2,
  .idea-delivery h2 {
    font-size: 40px;
  }

  .editorial-media {
    height: 420px;
  }

  .idea-delivery {
    padding: 44px 48px 34px;
    grid-template-columns: 1fr;
  }

  .idea-intro {
    padding: 24px 0 0;
  }

  .process-rail {
    grid-template-columns: 160px 1fr 160px;
  }

  .editorial-development .editorial-copy,
  .editorial-quality .editorial-copy,
  .editorial-delivery .editorial-copy {
    order: 1;
  }

  .editorial-development > .editorial-media,
  .editorial-quality > .editorial-media,
  .editorial-delivery > .editorial-media {
    order: 2;
  }

  .editorial-development .editorial-copy {
    padding-bottom: 190px;
  }

  .quality-stages {
    max-width: 620px;
  }
}

@media (max-width: 520px) {
  .editorial-copy {
    padding: 38px 24px;
  }

  .editorial-eyebrow {
    gap: 14px;
    margin-bottom: 14px;
    font-size: 9px;
  }

  .editorial-eyebrow::after {
    width: 34px;
  }

  .editorial-copy h2,
  .idea-delivery h2 {
    font-size: 34px;
  }

  .editorial-copy > p:not(.editorial-eyebrow):not(.editorial-note) {
    margin-top: 18px;
    font-size: 13px;
  }

  .editorial-note {
    margin: 30px 0 0 30px;
    font-size: 17px;
  }

  .editorial-media {
    height: 270px;
  }

  .idea-delivery {
    padding: 38px 24px 32px;
    display: block;
  }

  .idea-intro {
    padding-top: 20px;
  }

  .process-rail {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-endpoint {
    min-height: 72px;
    padding-left: 78px;
  }

  .process-line {
    margin: 0 4px;
  }

  .process-note {
    margin: 24px 0 0;
    text-align: center;
  }

  .editorial-development .editorial-copy {
    padding-bottom: 164px;
  }

  .editorial-inset {
    width: 58%;
    height: 128px;
  }

  .quality-stages {
    margin-top: 34px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
  }

  .quality-stages div,
  .quality-stages div:first-child {
    padding: 0 8px;
    border-left: 0;
  }

  .quality-stages div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .header-inner,
  .hero-copy,
  .section,
  .why-strip,
  .custom-strip,
  .assurance-strip,
  .inquiry {
    width: min(100% - 36px, 720px);
  }

  .site-header,
  .header-inner {
    height: 58px;
  }

  .menu-button {
    width: 36px;
    height: 36px;
    border: 1px solid #cfc4b4;
    border-radius: 50%;
    background: transparent;
    display: inline-grid;
    place-content: center;
    gap: 4px;
  }

  .menu-button span {
    width: 16px;
    height: 1px;
    background: #554d43;
  }

  .main-nav,
  .catalog-link {
    display: none;
  }

  .main-nav.open {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 63px;
    display: grid;
    gap: 0;
    padding: 8px 18px;
    border: 1px solid #e2dbd0;
    border-radius: 8px;
    background: #fffdf9;
    box-shadow: 0 12px 26px rgba(71, 58, 44, 0.08);
  }

  .main-nav.open a {
    padding: 13px 0;
    border-bottom: 1px solid #eee8df;
  }

  .main-nav.open a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 540px;
    background: #f3eee7;
  }

  .hero-copy {
    padding-top: 38px;
  }

  .hero h1 {
    width: min(100%, 560px);
    font-size: 38px;
  }

  .hero-features {
    width: min(100%, 440px);
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 0;
  }

  .why-strip h2 {
    grid-column: 1 / -1;
  }

  .reason:nth-of-type(1),
  .reason:nth-of-type(4) {
    border-left: 0;
  }

  .custom-strip {
    grid-template-columns: 1fr;
  }

  .custom-items {
    grid-template-columns: repeat(4, 1fr);
  }

  .process-row {
    grid-template-columns: 1fr;
  }

  .arrow {
    display: none;
  }

  .step {
    min-height: 76px;
  }

  .assurance-strip {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .inquiry-intro h2,
  .inquiry-intro p {
    width: min(100%, 320px);
  }

  .contact-info {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  .header-inner,
  .hero-copy,
  .section,
  .why-strip,
  .custom-strip,
  .assurance-strip,
  .inquiry {
    width: calc(100% - 28px);
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    font-size: 10px;
  }

  .hero {
    min-height: 610px;
    background: #f3eee7;
  }

  .hero h1 {
    width: min(100%, 340px);
    font-size: 29px;
    line-height: 1.12;
    overflow-wrap: normal;
  }

  .section h2,
  .process h2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 1.12;
  }

  .hero-actions {
    flex-direction: column;
    width: min(100%, 340px);
    gap: 10px;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-lead,
  .hero-meta,
  .hero-trust {
    max-width: 340px;
    font-size: 13px;
  }

  .hero-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 0;
  }

  .hero-features span:nth-child(odd) {
    border-left: 0;
    padding-left: 5px;
  }

  .category-grid,
  .why-strip,
  .custom-items,
  .assurance-strip,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    height: 210px;
  }

  .thumb {
    height: 143px;
    background-size: 620px auto;
  }

  .reason {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 16px;
  }

  .custom-intro,
  .inquiry-intro,
  .inquiry-form,
  .contact-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mini-image {
    height: 126px;
  }
}

/* Phase 1 content mapped onto the original visual system. */
.nav-products {
  position: relative;
}

.nav-products > a {
  display: block;
}

.product-dropdown {
  position: absolute;
  top: 49px;
  left: 50%;
  width: 300px;
  padding: 10px 16px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(71, 58, 44, 0.08);
}

.product-dropdown a {
  padding: 9px 0;
  border-bottom: 1px solid #eee8df;
  font-size: 10px;
  white-space: normal;
}

.product-dropdown a::after {
  display: none;
}

.nav-products:hover .product-dropdown,
.nav-products:focus-within .product-dropdown {
  display: grid;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-lead {
  max-width: 540px;
}

.sunrise-brand {
  min-width: 132px;
  gap: 0;
}

.brand-logo-plate {
  width: 118px;
  height: 44px;
  padding: 3px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #30372d;
}

.brand-logo-plate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand .brand-logo-plate {
  width: 142px;
  height: 54px;
}

.hero-kicker {
  margin-bottom: 11px !important;
  color: var(--olive-dark);
  font-size: 10px;
  font-weight: 700;
}

.hero-placeholder,
.inner-hero-placeholder {
  position: absolute;
  overflow: hidden;
  border: 1px solid #d9d0c3;
  background: #e9e3da;
  color: #6d675e;
}

.hero-placeholder::before,
.inner-hero-placeholder::before,
.category-placeholder::before,
.product-placeholder::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(116, 128, 93, 0.28);
}

.hero-placeholder {
  top: 28px;
  right: max(32px, calc((100% - 1294px) / 2));
  width: min(54%, 710px);
  height: 440px;
  padding: 42px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-photo {
  padding: 0;
  background-color: #e9e3da;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-photo::before {
  display: none;
}

.hero-placeholder > *,
.inner-hero-placeholder > * {
  position: relative;
  z-index: 1;
}

.hero-placeholder > span,
.inner-hero-placeholder > span {
  margin-bottom: auto;
  font-size: 9px;
  font-weight: 700;
}

.hero-placeholder > strong,
.inner-hero-placeholder > strong {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
}

.hero-placeholder > small,
.inner-hero-placeholder > small {
  margin-top: 5px;
  font-size: 10px;
}

.ten-category-grid {
  grid-template-columns: repeat(5, 1fr);
}

.category-card.new-category {
  height: 229px;
}

.new-category .thumb {
  height: 122px;
}

.category-photo,
.product-category-photo {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.category-photo {
  border-radius: 7px;
}

.category-placeholder,
.product-placeholder {
  position: relative;
  display: grid;
  place-content: center;
  gap: 6px;
  background: #e9e3da;
  color: #7d7968;
  text-align: center;
}

.category-placeholder span,
.product-placeholder span {
  font-family: var(--serif);
  font-size: 28px;
}

.category-placeholder small,
.product-placeholder small {
  font-size: 7px;
  font-weight: 700;
}

.new-category h3 {
  min-height: 29px;
  margin: 8px 0 1px;
  font-size: 12px;
  line-height: 1.12;
}

.new-category p {
  min-height: 19px;
  margin: 0 0 3px;
  color: #625d56;
  font-size: 8.5px;
  line-height: 1.2;
}

.new-category a {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  font-size: 15px;
}

.why-strip .reason span {
  color: var(--olive);
  font-family: var(--serif);
  font-size: 18px;
}

.capability-placeholder {
  display: grid;
  place-items: center;
  background: #e7e1d8;
  color: var(--olive-dark);
  font-family: var(--serif);
  font-size: 24px;
}

.seven-process {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.seven-process .step {
  min-height: 96px;
}

.seven-process .step-icon {
  width: 66px;
  height: 66px;
  font-family: var(--serif);
  font-size: 22px;
}

.five-assurance {
  grid-template-columns: repeat(5, 1fr);
}

.five-assurance span {
  font-family: var(--serif);
  font-size: 21px;
}

.neutral-panel,
.neutral-cta,
.neutral-photo,
.cta-placeholder {
  background: #eee8df;
}

.inner-hero {
  position: relative;
  overflow: hidden;
}

.inner-hero-copy {
  position: relative;
  z-index: 2;
}

.inner-hero-placeholder {
  top: 20px;
  right: max(32px, calc((100% - 1294px) / 2));
  width: min(48%, 650px);
  height: calc(100% - 40px);
  padding: 32px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ten-tabs {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 8px;
}

.ten-tabs a:nth-child(6) {
  border-left: 0;
}

.phase-product-grid {
  grid-template-columns: repeat(5, 1fr);
}

.product-placeholder {
  height: 160px;
  border-radius: 7px;
}

.product-category-photo {
  background: #e9e3da;
}

.product-category-card h3 {
  min-height: 38px;
  font-size: 14px;
}

.product-category-card ul {
  font-size: 10px;
}

.cta-placeholder {
  height: 90px;
  border: 1px solid #d9d0c3;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #756e64;
  font-size: 9px;
}

.neutral-photo {
  display: grid;
  place-items: center;
  color: #756e64;
  font-size: 9px;
}

.capability-cards > div {
  grid-template-columns: repeat(4, 1fr);
}

.oem-seven > div {
  grid-template-columns: repeat(4, 1fr);
}

.compliance-strip > p {
  max-width: 900px;
  margin: 0 auto;
  color: #504b44;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.market-labels {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.market-labels span {
  padding: 13px 24px;
  border: 1px solid #d5cabc;
  border-radius: 6px;
  background: var(--white);
  color: var(--olive-dark);
  font-size: 11px;
  font-weight: 700;
}

.footer-quote {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-flex !important;
  background: var(--olive);
  color: white !important;
  font-weight: 700;
}

@media (max-width: 900px) {
  .main-nav.open {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .nav-products > a {
    border-bottom: 0 !important;
  }

  .product-dropdown,
  .nav-products:hover .product-dropdown,
  .nav-products:focus-within .product-dropdown {
    position: static;
    width: auto;
    padding: 0 0 8px 14px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    transform: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .product-dropdown a {
    padding: 8px 8px 8px 0 !important;
    font-size: 9px;
  }

  .hero-placeholder {
    top: auto;
    right: -5%;
    bottom: 0;
    width: 64%;
    height: 245px;
    padding: 24px;
    opacity: 0.82;
  }

  .hero-photo {
    opacity: 1;
  }

  .hero-placeholder > strong {
    font-size: 22px;
  }

  .ten-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .seven-process {
    grid-template-columns: repeat(2, 1fr);
  }

  .five-assurance {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner-hero-placeholder {
    top: auto;
    right: -4%;
    bottom: 0;
    width: 58%;
    height: 235px;
    opacity: 0.72;
  }

  .ten-tabs,
  .phase-product-grid,
  .capability-cards > div,
  .oem-seven > div {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .product-dropdown,
  .nav-products:hover .product-dropdown,
  .nav-products:focus-within .product-dropdown {
    grid-template-columns: 1fr;
  }

  .hero-placeholder {
    right: -22%;
    width: 86%;
    height: 230px;
    padding: 20px;
  }

  .hero-placeholder > strong {
    font-size: 18px;
  }

  .ten-category-grid,
  .seven-process,
  .five-assurance,
  .ten-tabs,
  .phase-product-grid,
  .capability-cards > div,
  .oem-seven > div {
    grid-template-columns: 1fr;
  }

  .category-card.new-category {
    height: 210px;
  }

  .new-category .thumb {
    height: 108px;
  }

  .inner-hero-placeholder {
    right: -25%;
    width: 82%;
    height: 210px;
    padding: 18px;
  }

  .inner-hero-placeholder strong {
    font-size: 18px;
  }

  .market-labels {
    align-items: stretch;
    flex-direction: column;
  }
}
