.catalog{background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}
.catalog *{box-sizing:border-box}
.catalog a{text-decoration:none}
.catalog a,.catalog button,.catalog input,.catalog select{transition:background .16s,color .16s,border-color .16s}
.catalog a:focus-visible,.catalog button:focus-visible,.catalog input:focus-visible,.catalog select:focus-visible{outline:3px solid var(--accent);outline-offset:4px}
.catalog-shell{width:min(1360px,100% - 80px);margin:auto}
.catalog-hero{background:var(--ink);color:#fff}
.catalog-hero__inner{display:flex;justify-content:space-between;gap:60px;padding-top:66px;padding-bottom:64px}
.catalog-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin:0 0 15px;color:var(--muted)}
.catalog-hero .catalog-eyebrow{color:#d9a397}
.catalog h1,.catalog h2,.catalog h3,.catalog p{margin-top:0}
.catalog-hero h1{font-size:clamp(38px,4.5vw,64px);line-height:1.08;letter-spacing:-.045em;font-weight:600;margin-bottom:24px}
.catalog-hero h1 span{color:#ff957e}
.catalog-hero__copy{max-width:550px;font-size:16px;line-height:1.75;color:#c5d0d5;margin-bottom:0}
.catalog-hero__note{align-self:flex-end;min-width:235px;padding-bottom:4px}
.catalog-hero__rule{display:block;background:var(--accent);width:42px;height:3px;margin-bottom:22px}
.catalog-hero__note p{font-size:22px;line-height:1.4;letter-spacing:-.025em;margin-bottom:26px}
.catalog-hero__note a{font-size:13px;color:#c5d0d5}
.catalog-hero__note a span{margin-left:20px;color:var(--accent)}
.catalog-collection{padding-top:47px;padding-bottom:80px;scroll-margin-top:24px}
.catalog-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}
.catalog-section-heading .catalog-eyebrow{margin-bottom:6px}
.catalog-section-heading h2{font-size:30px;line-height:1.2;letter-spacing:-.035em;font-weight:600;margin:0}
.catalog-section-heading>p{font-size:13px;color:var(--muted);margin:0 0 3px}
.catalog-filters{display:flex;align-items:flex-end;gap:16px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:8px;margin-bottom:32px}
.catalog-field{display:flex;flex-direction:column;gap:7px;min-width:0}
.catalog-field--search{flex:1}
.catalog-field label{font-size:12px;font-weight:600}
.catalog-field input,.catalog-field select{width:100%;min-height:46px;padding:11px 14px;border:1px solid #cdd6d9;border-radius:4px;background:#fff;color:var(--ink);font:inherit;font-size:14px}
.catalog-field input::placeholder{color:#7b898f}
.catalog-filters .catalog-field:not(.catalog-field--search){width:290px}
.catalog-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:46px;padding:11px 20px;border:1px solid var(--ink);border-radius:4px;background:var(--ink);color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}
.catalog-button:hover{background:#254653;border-color:#254653}
.catalog-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:32px}
.catalog-sidebar h3{font-size:12px;font-weight:700;margin:3px 0 15px}
.catalog-sidebar nav{display:flex;flex-direction:column;gap:5px}
.catalog-sidebar nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border-radius:4px;font-size:13px;color:var(--muted)}
.catalog-sidebar nav a:hover{background:#e9eeed;color:var(--ink)}
.catalog-sidebar nav a.is-active{background:var(--ink);color:#fff}
.catalog-category-count{font-size:11px;opacity:.7}
.catalog-sidebar__note{border-top:1px solid var(--line);padding-top:20px;margin-top:26px;color:var(--muted);font-size:12px;line-height:1.8}
.catalog-results__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:26px;margin-bottom:16px}
.catalog-results__heading p{font-size:13px;color:var(--muted);margin:0}
.catalog-text-link{display:inline-flex;gap:13px;color:var(--ink);font-size:12px;font-weight:600}
.catalog-text-link:hover{color:#c94029}
.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.catalog-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden}
.catalog-card__image{display:flex;align-items:center;justify-content:center;background:#fff;aspect-ratio:1.12;padding:23px;border-bottom:1px solid #f0f2f2}
.catalog-card__image img{display:block;width:100%;height:100%;object-fit:contain;max-height:280px}
.catalog-card__body{padding:20px;display:flex;flex-direction:column;flex:1}
.catalog-card__meta{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;font-size:10px;letter-spacing:.035em;color:var(--muted);margin-bottom:11px}
.catalog-card__meta>span:last-child{font-weight:600;white-space:nowrap}
.catalog-card h3{font-size:17px;line-height:1.4;font-weight:600;letter-spacing:-.025em;margin-bottom:11px}
.catalog-card h3 a{color:var(--ink)}
.catalog-card h3 a:hover{color:#c94029}
.catalog-card__description{color:var(--muted);font-size:12px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:21px}
.catalog-card__actions{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center}
.catalog-amazon-link{font-size:11px;font-weight:600;color:#b13c27}
.catalog-amazon-link:hover{color:var(--ink)}
.catalog-card__market-note{font-size:10px;color:var(--muted)}
.catalog-placeholder{width:100%;height:100%;min-height:160px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f5f7f6;border:1px solid #edf0ee;border-radius:4px;text-align:center;padding:20px}
.catalog-placeholder>span{font-size:10px;letter-spacing:.2em;font-weight:700;color:#93a1a5}
.catalog-placeholder strong{display:block;font-size:clamp(24px,3vw,40px);line-height:1.2;font-weight:500;letter-spacing:-.04em;color:#75888d;overflow-wrap:anywhere;margin:12px 0}
.catalog-placeholder small{font-size:10px;color:#78878d}
.catalog-empty{padding:64px 28px;text-align:center;border:1px solid var(--line);background:#fff;border-radius:7px}
.catalog-empty h3{font-size:25px;font-weight:600;margin-bottom:12px}
.catalog-empty p{color:var(--muted);font-size:14px;max-width:370px;margin:0 auto 24px}
.catalog-detail{padding-top:27px;padding-bottom:80px}
.catalog-breadcrumb{display:flex;gap:18px;font-size:12px;color:var(--muted);margin-bottom:30px}
.catalog-breadcrumb a{color:var(--ink)}
.catalog-product{display:grid;grid-template-columns:1.12fr 1fr;gap:64px;align-items:start}
.catalog-product__image{aspect-ratio:1;background:#fff;border:1px solid var(--line);border-radius:8px;padding:40px;display:flex;align-items:center;justify-content:center}
.catalog-product__image img{display:block;width:100%;height:100%;object-fit:contain}
.catalog-product__image .catalog-placeholder strong{font-size:clamp(36px,5vw,64px)}
.catalog-image-note{font-size:12px;color:var(--muted);margin:12px 0 0}
.catalog-product__info{padding-top:15px}
.catalog-product__info h1{font-size:clamp(28px,3vw,43px);line-height:1.15;font-weight:600;letter-spacing:-.04em;margin-bottom:17px}
.catalog-product__sku{font-size:12px;color:var(--muted);margin-bottom:25px}
.catalog-product__description{font-size:15px;line-height:1.8;color:#51646b}
.catalog-specs{margin:27px 0;border-top:1px solid var(--line)}
.catalog-specs>div{display:grid;grid-template-columns:1fr 1.4fr;gap:20px;border-bottom:1px solid var(--line);padding:12px 0;font-size:13px}
.catalog-specs dt{color:var(--muted)}
.catalog-specs dd{margin:0;font-weight:600;overflow-wrap:anywhere}
.catalog-purchase{border-top:1px solid var(--line);padding-top:26px;margin-top:28px}
.catalog-purchase h2{font-size:18px;font-weight:600;margin-bottom:16px}
.catalog-region-form{display:flex;align-items:flex-end;gap:10px;margin-bottom:16px}
.catalog-region-form .catalog-field{flex:1}
.catalog-button--outline{background:transparent;color:var(--ink);border-color:#b9c5ca}
.catalog-button--outline:hover{background:#e7eceb;border-color:#b9c5ca}
.catalog-button--buy{background:var(--accent);border-color:var(--accent);width:100%;justify-content:space-between}
.catalog-button--buy:hover{background:#d94c34;border-color:#d94c34}
.catalog-purchase__note{font-size:12px;color:var(--muted);line-height:1.8;margin:13px 0 0}
.catalog-other-markets{font-size:12px;margin-top:16px}
.catalog-other-markets p{margin-bottom:8px}
.catalog-other-markets a{display:inline-block;margin:0 15px 8px 0;color:#b13c27}
.catalog-related{margin-top:76px;padding-top:40px;border-top:1px solid var(--line)}
.catalog-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}
.catalog-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:32px}
.catalog-pagination a,.catalog-pagination span{min-width:38px;padding:8px 12px;border:1px solid var(--line);border-radius:4px;background:#fff;font-size:12px;color:var(--ink);text-align:center}
.catalog-pagination span[aria-current]{background:var(--ink);color:#fff;border-color:var(--ink)}
.catalog-pagination a:hover{border-color:var(--ink)}
.catalog-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(min-width:1600px){.catalog-card__image{aspect-ratio:1.2}
}

@media(max-width:1100px){.catalog-shell{width:calc(100% - 48px)}
.catalog-layout{grid-template-columns:170px minmax(0,1fr);gap:22px}
.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.catalog-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}
.catalog-product{gap:34px}
.catalog-region-form{flex-wrap:wrap}
.catalog-region-form .catalog-field{flex-basis:100%}
.catalog-product__image{padding:24px}
}

@media(max-width:760px){.catalog-shell{width:calc(100% - 32px)}
.catalog-hero__inner{padding-top:40px;padding-bottom:40px}
.catalog-hero__note{display:none}
.catalog-hero__copy{font-size:14px;max-width:460px}
.catalog-collection{padding-top:32px;padding-bottom:48px}
.catalog-section-heading{align-items:flex-start}
.catalog-section-heading>p{font-size:11px;text-align:right;max-width:105px;padding-top:23px}
.catalog-section-heading h2{font-size:26px}
.catalog-filters{flex-wrap:wrap;padding:16px;gap:12px;margin-bottom:24px}
.catalog-field--search{flex-basis:100%}
.catalog-filters .catalog-field:not(.catalog-field--search){flex:1;width:auto}
.catalog-filters>.catalog-button{padding-left:14px;padding-right:14px;gap:12px}
.catalog-layout{display:block}
.catalog-sidebar h3{margin-bottom:10px}
.catalog-sidebar nav{flex-direction:row;overflow:auto;gap:6px;padding:2px 2px 10px;margin-bottom:14px}
.catalog-sidebar nav a{flex-shrink:0;border:1px solid var(--line);background:#fff;font-size:12px}
.catalog-sidebar__note{display:none}
.catalog-grid,.catalog-grid--related{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}
.catalog-card__image{padding:12px;aspect-ratio:1}
.catalog-card__body{padding:13px}
.catalog-card__meta{font-size:9px;flex-wrap:wrap;margin-bottom:8px;gap:3px 8px}
.catalog-card h3{font-size:15px}
.catalog-card__description{font-size:11px;-webkit-line-clamp:2;margin-bottom:14px}
.catalog-card__actions{padding-top:12px;gap:10px}
.catalog-text-link{font-size:11px;gap:8px}
.catalog-placeholder{padding:12px;min-height:125px}
.catalog-placeholder strong{font-size:24px}
.catalog-placeholder small{font-size:9px}
.catalog-detail{padding-top:20px;padding-bottom:48px}
.catalog-breadcrumb{margin-bottom:22px}
.catalog-product{grid-template-columns:1fr;gap:24px}
.catalog-product__image{max-height:480px;aspect-ratio:1.1}
.catalog-product__info{padding-top:0}
.catalog-product__info h1{font-size:32px}
.catalog-region-form{flex-wrap:nowrap}
.catalog-region-form .catalog-field{flex-basis:auto}
.catalog-related{margin-top:42px;padding-top:30px}
.catalog-related .catalog-section-heading{align-items:flex-end}
}

@media(prefers-reduced-motion:reduce){.catalog *{transition:none!important}
}

/* Compact introduction keeps the collection visible on arrival. */
.catalog-hero__inner{padding-top:40px;padding-bottom:40px}
.catalog-hero h1{font-size:clamp(38px,4.5vw,52px)}
.catalog-button--buy{color:#fff}
.catalog-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:760px){
.catalog-filters .catalog-field,.catalog-filters .catalog-field:not(.catalog-field--search),.catalog-filters>.catalog-button{width:100%;flex-basis:100%}
.catalog-region-form{flex-wrap:wrap}
.catalog-region-form .catalog-field,.catalog-region-form>.catalog-button{width:100%;flex-basis:100%}
.catalog-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}
.catalog-card__actions .catalog-text-link,.catalog-card__actions .catalog-amazon-link{display:inline-flex;align-items:center;min-height:40px}
.catalog-card__actions{gap:0}
.catalog-card__meta>span:last-child{white-space:normal;overflow-wrap:anywhere}
.catalog-card h3{overflow-wrap:anywhere}
.catalog-placeholder strong{max-width:100%}
}

.catalog h1,.catalog h2,.catalog h3{font-family:var(--serif);font-weight:400}
.catalog :is(.catalog-filters,.catalog-card,.catalog-button,.catalog-purchase){border-radius:2px}
