.custom-options-page { background: #fbf8f3; }
.co-main { --co-text: #251b16; --co-muted: #65584f; --co-line: #e3d9cb; color: var(--co-text); font-size: 16px; line-height: 1.7; }
.co-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.co-main h1, .co-main h2, .co-main h3, .co-main p, .co-main figure { margin: 0; }
.co-main h1, .co-main h2, .co-main h3 { text-wrap: balance; }
.co-main h2 { font-size: clamp(1.65rem, 2.35vw, 2.15rem); line-height: 1.2; letter-spacing: -.035em; font-weight: 650; }
.co-main h3 { font-size: 1.1rem; line-height: 1.35; font-weight: 650; letter-spacing: -.015em; }
.co-main p { color: var(--co-muted); }
.co-main a:focus-visible, .co-main summary:focus-visible { outline: 3px solid #a3612c; outline-offset: 5px; }
.co-main [id] { scroll-margin-top: 145px; }
.co-hero { padding: 152px 0 55px; background: radial-gradient(ellipse at 75% 0%, #533426, transparent 65%), #26170f; color: #fff7eb; }
.co-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; color: #d9c9b5; font-size: .875rem; }
.co-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.co-hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.co-hero-copy h1 { font-size: clamp(2.05rem, 3.4vw, 2.95rem); font-weight: 650; line-height: 1.12; letter-spacing: -.04em; }
.co-hero-copy > p { max-width: 51ch; margin-top: 22px; color: #e1d1bf; font-size: 1rem; }
.co-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 28px; }
.co-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 12px 23px; border: 1px solid transparent; border-radius: 6px; font-size: .9rem; font-weight: 700; line-height: 1.4; transition: background .16s ease; }
.co-button-gold { color: #24170e; background: #f3d6a2; }
.co-button-gold:hover { background: #fce5bd; }
.co-button-dark { color: #fff8ed; background: #39261b; }
.co-button-dark:hover { background: #593b29; }
.co-text-link { display: inline-flex; gap: 9px; align-items: center; min-height: 44px; font-size: .9rem; font-weight: 650; color: #623d24; text-decoration: underline; text-underline-offset: 5px; }
.co-link-light { color: #fff0d9; }
.co-hero-copy .co-hero-note { margin-top: 25px; font-size: .875rem; color: #d6c2ab; }
.co-hero-note a { text-decoration: underline; text-underline-offset: 3px; }
.co-hero-figure img { width: 100%; height: auto; border-radius: 8px; }
.co-main figcaption { margin-top: 11px; font-size: .8125rem; line-height: 1.5; color: #6e6055; }
.co-hero-figure figcaption { color: #d5c5b3; }
.co-jump-nav { display: flex; flex-wrap: wrap; gap: 4px 28px; padding-block: 18px; border-bottom: 1px solid var(--co-line); }
.co-jump-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; font-weight: 600; color: #554537; }
.co-jump-nav a:hover { color: #8a4e27; text-decoration: underline; text-underline-offset: 6px; }
.co-section { padding-block: 76px; }
.co-section-heading { display: grid; grid-template-columns: 1fr 1.2fr; align-items: start; gap: 48px; margin-bottom: 32px; }
.co-section-heading > p { max-width: 65ch; font-size: .975rem; }
.co-material-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.co-card { padding: 25px; border: 1px solid var(--co-line); border-radius: 8px; background: #fffdfa; }
.co-card h3 { margin-bottom: 13px; }
.co-card p { font-size: .9375rem; line-height: 1.65; }
.co-card p + p { margin-top: 17px; }
.co-card .co-card-detail { padding-top: 15px; border-top: 1px solid var(--co-line); font-size: .875rem; }
.co-card strong { color: #473326; font-weight: 650; }
.co-swatch { display: block; width: 44px; height: 34px; margin-bottom: 22px; border: 1px solid #d6cabb; border-radius: 3px; }
.co-swatch-coated { background: linear-gradient(135deg, #fff 40%, #ebe8e3 70%, #fff); }
.co-swatch-textured { background: repeating-linear-gradient(0deg, #ded3bd, #ded3bd 1px, #eee5d4 1px, #eee5d4 3px); }
.co-swatch-dyed { background: #624039; border-color: #624039; }
.co-swatch-kraft { background: #b59267; border-color: #b59267; }
.co-main .co-note { margin-top: 25px; padding: 18px 22px; border-left: 3px solid #a4845a; background: #f2ece3; font-size: .9rem; }
.co-tinted { background: #f1ebe2; border-block: 1px solid #e9dfd1; }
.co-three-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.co-print-card { padding: 27px 26px; background: #fffdf9; border-top: 2px solid #876044; }
.co-print-card h3 { margin-bottom: 12px; }
.co-print-card p { font-size: .9375rem; }
.co-print-card p + p { margin-top: 15px; }
.co-main .co-source-note { margin-top: 23px; font-size: .875rem; }
.co-source-note a { text-decoration: underline; text-underline-offset: 3px; color: #624025; }
.co-split { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: start; }
.co-photo img { width: 100%; height: auto; border-radius: 7px; }
.co-finish-list details { border-bottom: 1px solid var(--co-line); }
.co-finish-list details:first-child { border-top: 1px solid var(--co-line); }
.co-main summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 52px; cursor: pointer; list-style: none; }
.co-main summary::-webkit-details-marker { display: none; }
.co-main summary::after { content: '+'; flex-shrink: 0; font-size: 1.35rem; line-height: 1; font-weight: 400; }
.co-main details[open] > summary::after { content: '\2212'; }
.co-finish-list summary { padding: 17px 1px; font-size: 1rem; font-weight: 650; line-height: 1.4; }
.co-finish-list summary small { display: block; margin-top: 5px; color: #756659; font-size: .8125rem; font-weight: 400; }
.co-finish-list details > p { padding: 0 25px 20px 1px; font-size: .9375rem; }
.co-main .co-figure-note { margin-top: 20px; font-size: .9rem; line-height: 1.65; }
.co-insert-list { display: grid; gap: 22px; }
.co-accessory-heading { margin-top: 58px; }
.co-insert-list article { padding-bottom: 20px; border-bottom: 1px solid var(--co-line); }
.co-insert-list h3 { margin-bottom: 9px; }
.co-insert-list p { font-size: .9375rem; }
.co-palette { display: flex; gap: 8px; margin-bottom: 24px; }
.co-palette span { width: 25px; height: 25px; border-radius: 50%; border: 1px solid #d5c7b6; }
.co-palette .co-ivory { background: #eaddc5; }.co-palette .co-brown { background: #5b382a; }.co-palette .co-gold { background: #bd9860; }.co-palette .co-plum { background: #753d4b; }.co-palette .co-forest { background: #354b42; }.co-palette .co-cream { background: #f6eedb; }
.co-direction { padding: 30px; border: 1px solid var(--co-line); border-radius: 8px; background: #fffdfa; }
.co-direction h3 { margin-bottom: 19px; }
.co-direction dl { margin: 0; }
.co-direction dl > div { padding: 11px 0; border-bottom: 1px solid #eae2d7; }
.co-direction dt { color: #7c6a59; font-size: .8125rem; font-weight: 500; }
.co-direction dd { margin: 3px 0 0; color: #35281f; font-size: .9375rem; }
.co-direction > p { margin-top: 18px; font-size: .875rem; }
#customization-brief.co-section { padding-top: 0; }
.co-brief { padding: 40px; background: #39271b; border-radius: 10px; color: #fff6e8; }
.co-brief .co-section-heading { grid-template-columns: 1fr 1fr; }
.co-brief p { color: #decebb; }
.co-brief-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; margin: 0; }
.co-brief-grid > div { padding: 19px 0; border-top: 1px solid #705542; }
.co-brief-grid dt { font-size: .975rem; font-weight: 650; }
.co-brief-grid dd { margin: 7px 0 0; font-size: .9rem; color: #dccbb8; }
.co-brief .co-brief-footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 24px; margin-top: 10px; border-top: 1px solid #705542; }
.co-brief-footer p { max-width: 65ch; font-size: .875rem; }
.co-brief-footer .co-button { flex-shrink: 0; }
.co-faq-section { border-top: 1px solid var(--co-line); }
.co-faq-layout { display: grid; grid-template-columns: minmax(250px, .78fr) minmax(0, 1.55fr); gap: 48px; align-items: start; }
.co-faq-intro { align-self: start; }
.co-faq-intro p { margin-top: 18px; font-size: .9375rem; }
.co-faq-cta { min-height: 46px; margin-top: 24px; padding-inline: 18px; }
.co-faq-list details { border-bottom: 1px solid var(--co-line); }
.co-faq-list summary { padding: 18px 0; font-size: .975rem; font-weight: 650; line-height: 1.5; }
.co-faq-list details:first-child summary { padding-top: 0; }
.co-faq-list details > p { padding: 0 25px 22px 0; font-size: .9375rem; }
.co-resource-links { display: grid; gap: 9px; margin-top: 27px; }
.co-resource-links::before { content: 'Explore next'; margin-bottom: 2px; color: #7a6757; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.co-resource-links a { display: flex; align-items: center; min-height: 44px; padding: 9px 13px; border: 1px solid var(--co-line); border-radius: 6px; background: #fffdfa; color: #563a28; font-size: .85rem; font-weight: 650; line-height: 1.35; text-decoration: none; transition: background .16s ease, border-color .16s ease; }
.co-resource-links a:hover { border-color: #c9aa82; background: #f8efdF; }
.co-resource-links a + a { border-top: 1px solid var(--co-line); }
@media (max-width: 1000px) {
  .co-material-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .co-hero-grid { gap: 28px; }.co-section-heading { gap: 28px; }
  .co-three-grid { gap: 15px; }.co-direction,.co-print-card { padding: 22px; }
  .co-brief { padding: 32px; }
}
@media (max-width: 800px) {
  .co-shell { width: calc(100% - 40px); }
  .co-hero { padding-top: 130px; padding-bottom: 36px; }
  .co-breadcrumb { margin-bottom: 26px; }
  .co-hero-grid,.co-section-heading,.co-split,.co-faq-layout,.co-brief .co-section-heading { grid-template-columns: 1fr; gap: 26px; }
  .co-hero-copy h1 { max-width: 20ch; }.co-hero-copy > p { max-width: 64ch; }
  .co-hero-figure { max-width: 680px; }
  .co-section { padding-block: 52px; }.co-section-heading { margin-bottom: 26px; gap: 18px; }
  .co-jump-nav { gap: 0 20px; padding-block: 13px; }
  .co-three-grid { grid-template-columns: 1fr; }
  .co-brief-footer { flex-direction: column; align-items: flex-start !important; }
  .co-faq-layout { gap: 28px; }
}
@media (max-width: 500px) {
  .co-material-grid,.co-brief-grid { grid-template-columns: 1fr; }
  .co-card { padding: 23px; }.co-brief { padding: 27px 23px; }
  .co-actions { align-items: flex-start; gap: 10px; }.co-actions .co-button { width: 100%; }
  .co-hero-copy h1 { font-size: 2.1rem; }.co-hero-copy h1 br { display: none; }
  .co-main [id] { scroll-margin-top: 120px; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.custom-options-page) { scroll-behavior: auto; }
  .co-button { transition: none; }
}
