:root {
  --ink: #2f2923;
  --muted: #73685f;
  --paper: #fffaf2;
  --warm-paper: #f6ead8;
  --soft-paper: #f8f2e8;
  --line: rgba(89, 72, 55, 0.16);
  --moss: #6e8063;
  --moss-dark: #465c42;
  --rust: #b06a45;
  --navy: #596c82;
  --paypal: #ffc439;
  --blush: #d9a18f;
  --shadow: 0 18px 38px rgba(74, 53, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", "Noto Sans JP", Arial, sans-serif;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 28px;
  background: rgba(255, 250, 242, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--rust);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small,
.nav-links a,
.header-cta {
  font-size: 0.86rem;
}

.brand small {
  color: var(--muted);
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a,
.header-cta,
.button,
.text-button {
  text-decoration: none;
  font-weight: 700;
}

.nav-links a {
  color: var(--muted);
}

.header-cta {
  padding: 10px 14px;
  color: #fff;
  background: var(--moss-dark);
  border-radius: 8px;
}

.hero {
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  padding: 110px 28px 70px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(50, 40, 31, 0.78) 0%, rgba(50, 40, 31, 0.46) 44%, rgba(50, 40, 31, 0.1) 100%),
    url("pic/720x.webp");
  background-size: cover;
  background-position: center;
}

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

.kicker {
  margin: 0 0 10px;
  color: var(--rust);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .kicker {
  color: #ffe4b8;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.05;
}

h1 {
  max-width: 730px;
  margin-bottom: 18px;
  font-size: 4rem;
}

h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.14rem;
  line-height: 1.65;
}

.hero-actions,
.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--moss);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--line);
}

.button.full {
  width: 100%;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-badges span {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 700;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(89, 72, 55, 0.12);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  min-height: 116px;
  padding: 26px 28px;
  background: #fffdf8;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 8px;
}

.trust-band span,
.section-heading p,
.intro-grid p,
.about-grid p,
.collection-card p,
.planner-copy p,
.quote-copy p,
.flow-grid p,
.shipping-cards p,
.policy-grid p,
.site-footer span,
.quote-summary p,
#estimateNote {
  color: var(--muted);
  line-height: 1.65;
}

.section {
  padding: 84px 28px;
}

.intro-section,
.about-toli-section,
.planner-section,
.paypal-section,
.policy-section,
.quote-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: start;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 0.8fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p {
  margin-bottom: 0;
}

.intro-grid,
.about-grid,
.flow-grid,
.policy-grid,
.shipping-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.intro-grid article,
.about-grid article,
.flow-grid article,
.policy-grid article,
.shipping-cards article,
.planner-panel,
.estimate-panel,
.quote-form {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-grid article,
.about-grid article,
.flow-grid article,
.policy-grid article,
.shipping-cards article {
  padding: 24px;
}

.about-toli-section {
  background: #fffdf8;
}

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

.about-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.source-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  color: var(--moss-dark);
  background: #edf4e8;
  border: 1px solid rgba(45, 111, 95, 0.18);
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 800;
}

.about-grid article span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: #fff;
  background: var(--moss-dark);
  border-radius: 8px;
  font-weight: 800;
}

.collection-section,
.pricing-section {
  background: #eef3e8;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.collection-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.collection-image {
  display: none;
}

.collection-body {
  padding: 16px;
}

.collection-top {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.collection-preview {
  width: 94px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #e8e0d1;
}

.collection-copy {
  min-width: 0;
}

.collection-title-row,
.collection-footer,
.estimate-main,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.collection-title-row h3 {
  margin-bottom: 0;
  font-size: 1rem;
}

.collection-title-row {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.collection-title-row span {
  flex: 0 0 auto;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.collection-copy p {
  margin: 8px 0 0;
  font-size: 0.9rem;
}

.collection-slider {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}

.slider-button {
  width: 34px;
  height: 72px;
  color: var(--moss-dark);
  background: #edf4e8;
  border: 1px solid rgba(45, 111, 95, 0.18);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.collection-color-rail {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  padding: 2px 2px 8px;
}

.collection-color {
  flex: 0 0 70px;
  min-width: 70px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid rgba(21, 32, 29, 0.1);
  border-radius: 8px;
  cursor: pointer;
  scroll-snap-align: start;
  text-align: left;
}

.collection-color.active {
  border-color: var(--moss);
  box-shadow: 0 0 0 3px rgba(45, 111, 95, 0.12);
}

.gallery-section {
  background: var(--soft-paper);
  overflow: hidden;
}

.gallery-shell {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 12px;
  align-items: center;
}

.gallery-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding: 4px 4px 18px;
}

.gallery-slide {
  flex: 0 0 min(430px, 82vw);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  scroll-snap-align: start;
}

.gallery-slide img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.gallery-slide div {
  padding: 16px 18px 18px;
}

.gallery-slide span,
.gallery-slide strong {
  display: block;
}

.gallery-slide span {
  margin-bottom: 6px;
  color: var(--rust);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gallery-slide strong {
  line-height: 1.35;
}

.gallery-arrow {
  width: 42px;
  height: 82px;
  color: var(--moss-dark);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  cursor: pointer;
  font-weight: 800;
}

.collection-color img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.collection-color span,
.collection-color small {
  display: block;
  padding: 0 6px;
}

.collection-color span {
  margin-top: 5px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
}

.collection-color small {
  min-height: 24px;
  margin: 1px 0 6px;
  color: var(--muted);
  font-size: 0.64rem;
  line-height: 1.15;
}

.collection-footer strong {
  color: var(--moss-dark);
  font-size: 0.9rem;
}

.text-button {
  padding: 0;
  color: var(--rust);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.planner-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 18px;
}

.planner-panel,
.quote-form {
  padding: 22px;
}

.designer-section {
  background: #fffdf8;
}

.designer-copy {
  width: min(780px, 100%);
  margin-bottom: 34px;
}

.designer-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.designer-workbench {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.35fr) minmax(270px, 0.78fr);
  gap: 18px;
  align-items: stretch;
}

.designer-controls,
.designer-preview-card,
.design-summary-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.designer-controls,
.design-summary-card {
  padding: 20px;
}

.design-summary-card {
  overflow: hidden;
}

.designer-preview-card {
  overflow: hidden;
}

.designer-preview-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.designer-preview-head h3,
.design-summary-card h3 {
  margin-bottom: 6px;
}

.designer-preview-head p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.design-stat-strip {
  display: grid;
  gap: 8px;
  min-width: 150px;
  color: var(--muted);
  font-size: 0.86rem;
  text-align: right;
}

.design-stat-strip strong {
  color: var(--ink);
}

.pattern-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.pattern-tools button {
  min-height: 44px;
  padding: 10px 12px;
  color: var(--moss-dark);
  background: #edf4e8;
  border: 1px solid rgba(45, 111, 95, 0.18);
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.pattern-tools button:last-child {
  grid-column: 1 / -1;
}

.control-label {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 700;
}

.design-color-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}

.design-color {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid rgba(21, 32, 29, 0.12);
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
}

.design-color.active {
  border-color: var(--moss);
  box-shadow: 0 0 0 3px rgba(45, 111, 95, 0.16);
}

.design-color img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.design-color span,
.design-color small {
  display: block;
  padding: 0 5px;
}

.design-color span {
  margin-top: 5px;
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 800;
}

.design-color small {
  min-height: 21px;
  margin: 1px 0 6px;
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.16;
}

.design-grid-frame {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 20px;
  background: #f2efe4;
  overflow: auto;
}

.design-grid {
  display: grid;
  width: min(100%, 720px);
  min-width: 420px;
  margin: 0 auto;
  border: 1px solid rgba(21, 32, 29, 0.18);
  background: #fff;
}

.design-tile {
  position: relative;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  background: #d8d0c0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  cursor: crosshair;
}

.design-tile img {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
}

.design-tile.selected::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid var(--moss);
  pointer-events: none;
}

.design-total {
  padding: 16px;
  color: #fff;
  background: var(--moss-dark);
  border-radius: 8px;
}

.design-total span,
.design-money-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.design-total span {
  color: rgba(255, 255, 255, 0.68);
}

.design-total strong {
  display: block;
  margin-top: 8px;
  font-size: 1.7rem;
}

.design-money-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.design-money-grid div {
  padding: 14px;
  background: #f4f1e8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.design-money-grid strong {
  display: block;
  margin-top: 6px;
}

.design-summary-list {
  display: grid;
  grid-auto-rows: 62px;
  gap: 8px;
  flex: 1;
  min-height: 0;
  max-height: none;
  margin: 14px 0;
  overflow: auto;
}

.design-summary-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  height: 62px;
  min-height: 62px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.design-summary-row div {
  min-width: 0;
}

.design-summary-row img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
}

.design-summary-row strong,
.design-summary-row span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.design-summary-row strong {
  font-size: 0.86rem;
}

.design-summary-row span {
  color: var(--muted);
  font-size: 0.78rem;
}

.design-summary-row b {
  min-width: 22px;
  color: var(--moss-dark);
  text-align: right;
}

label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}

label + label,
.two-col + label,
.two-col + .two-col,
.planner-panel .button {
  margin-top: 16px;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.room-size-fields {
  align-items: end;
  gap: 16px;
}

.room-size-fields label {
  min-width: 0;
}

.room-size-fields label span {
  display: flex;
  align-items: flex-end;
  min-height: 20px;
  white-space: nowrap;
}

.room-size-fields input {
  min-height: 48px;
}

input,
select,
textarea {
  width: 100%;
  padding: 13px 12px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid rgba(21, 32, 29, 0.2);
  border-radius: 8px;
}

textarea {
  resize: vertical;
}

.estimate-panel {
  padding: 26px;
  background: var(--ink);
  color: #fff;
}

.estimate-main {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.estimate-main span,
.estimate-grid span {
  color: rgba(255, 255, 255, 0.68);
}

.estimate-main strong {
  font-size: 2rem;
}

.estimate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.estimate-grid span,
.estimate-grid strong,
.pricing-table td span {
  display: block;
}

.estimate-grid strong {
  margin-top: 7px;
  font-size: 1.24rem;
}

#estimateNote {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.pricing-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
}

.pricing-table th,
.pricing-table td {
  padding: 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.pricing-table th {
  color: var(--muted);
  font-size: 0.82rem;
}

.pricing-table td {
  vertical-align: top;
}

.pricing-table td span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.9rem;
}

.shipping-cards {
  margin-top: 18px;
}

.shipping-cards strong {
  color: var(--moss-dark);
}

.paypal-section {
  background: var(--warm-paper);
}

.flow-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--ink);
  background: var(--paypal);
  border-radius: 8px;
  font-weight: 800;
}

.quote-section {
  background: #342c25;
  color: #fff;
}

.quote-section .kicker {
  color: var(--paypal);
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.quote-copy code {
  color: #fff;
}

.quote-form {
  background: #fffdf8;
  color: var(--ink);
}

.quote-summary {
  margin-top: 18px;
  padding: 18px;
  background: #edf4e8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-summary span {
  color: var(--muted);
  font-weight: 700;
}

.quote-summary strong {
  display: block;
  margin: 6px 0;
  color: var(--moss-dark);
  font-size: 1.65rem;
}

.quote-summary p {
  margin-bottom: 0;
}

.policy-section {
  background: #fffdf8;
}

.guide-section {
  background: linear-gradient(180deg, #fbf7ef 0%, #f3eadc 100%);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.guide-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(75, 96, 72, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.82);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease;
}

.guide-card:hover {
  transform: translateY(-2px);
  border-color: rgba(75, 96, 72, 0.42);
}

.guide-card span {
  color: var(--rust);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.04;
}

.guide-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.seo-hero {
  width: 100%;
  padding: 128px 28px 70px;
  background: linear-gradient(120deg, rgba(41, 35, 31, 0.82), rgba(75, 96, 72, 0.72)), url("pic/720x.webp") center/cover;
  color: #fff;
}

.seo-hero-inner,
.seo-main {
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
}

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

.seo-hero h1 {
  width: min(780px, 100%);
}

.seo-hero p {
  width: min(720px, 100%);
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
  line-height: 1.75;
}

.seo-main {
  display: grid;
  gap: 28px;
  padding: 54px 0 80px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.seo-article,
.seo-panel,
.cta-band,
.faq-list {
  border: 1px solid rgba(75, 96, 72, 0.12);
  border-radius: var(--radius-sm);
  background: #fffdf8;
  box-shadow: var(--shadow);
}

.seo-article,
.seo-panel {
  padding: 28px;
}

.seo-article h2,
.seo-panel h2,
.cta-band h2 {
  margin-top: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.seo-article h3,
.seo-panel h3 {
  margin: 28px 0 10px;
  font-size: 1.15rem;
}

.seo-article p,
.seo-article li,
.seo-panel p,
.faq-list p {
  color: var(--muted);
  line-height: 1.75;
}

.seo-article ul,
.seo-panel ul {
  padding-left: 20px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.comparison-table th,
.comparison-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  background: #edf4e8;
  color: var(--moss-dark);
}

.seo-card-list {
  display: grid;
  gap: 12px;
}

.seo-card-list a {
  display: block;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: inherit;
  text-decoration: none;
}

.seo-card-list strong {
  display: block;
  margin-bottom: 4px;
}

.cta-band {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background: #edf4e8;
}

.faq-list {
  padding: 28px;
}

.faq-list details {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
}

.site-footer {
  padding: 28px;
  background: #29231f;
  color: #fff;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.68);
  margin-top: 4px;
}

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

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 1020px) {
  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .nav-links {
    display: none;
  }

  .trust-band,
  .intro-section,
  .about-toli-section,
  .planner-section,
  .designer-workbench,
  .paypal-section,
  .policy-section,
  .guide-grid,
  .quote-section,
  .section-heading,
  .planner-layout {
    grid-template-columns: 1fr;
  }

  .content-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 70vh;
    padding: 90px 18px 46px;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.86rem;
  }

  .section {
    padding: 58px 18px;
  }

  .seo-hero {
    padding: 108px 18px 56px;
  }

  .seo-hero-inner,
  .seo-main {
    width: min(100% - 36px, 1120px);
  }

  .intro-grid,
  .about-grid,
  .flow-grid,
  .policy-grid,
  .guide-grid,
  .shipping-cards,
  .collection-grid,
  .designer-preview-head,
  .two-col,
  .estimate-grid {
    grid-template-columns: 1fr;
  }

  .design-stat-strip {
    text-align: left;
  }

  .design-color-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: none;
  }

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

  .design-grid {
    min-width: 320px;
  }

  .collection-title-row,
  .collection-footer,
  .estimate-main,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}
