:root {
  --ttch-ink: #14211b;
  --ttch-muted: #5c6b63;
  --ttch-line: #d9e1dc;
  --ttch-paper: #f5f7f4;
  --ttch-accent: #e45a2a;
  --ttch-accent-dark: #b83d14;
  --ttch-white: #fff;
}

.ttch-shell { box-sizing: border-box; width: min(1120px, calc(100% - 32px)); margin: 48px auto; color: var(--ttch-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.ttch-shell *, .ttch-admin * { box-sizing: border-box; }
.ttch-shell h1 { max-width: 780px; margin: 8px 0 12px; font-size: clamp(2.2rem, 7vw, 5.5rem); line-height: .95; letter-spacing: -.055em; }
.ttch-kicker { color: var(--ttch-accent-dark); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ttch-lead { max-width: 680px; margin: 0 0 32px; color: var(--ttch-muted); font-size: clamp(1rem, 2vw, 1.25rem); line-height: 1.65; }
.ttch-form { display: grid; gap: 22px; max-width: 780px; padding: clamp(22px, 4vw, 48px); border: 1px solid var(--ttch-line); border-radius: 4px; background: var(--ttch-white); box-shadow: 16px 16px 0 #e8ece8; }
.ttch-field { display: grid; gap: 8px; margin: 0; }
.ttch-field > span { font-weight: 760; }
.ttch-field small, .ttch-fineprint { color: var(--ttch-muted); }
.ttch-field input, .ttch-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #aebbb4; border-radius: 3px; background: #fff; color: var(--ttch-ink); font: inherit; }
.ttch-field input:focus, .ttch-field textarea:focus { outline: 3px solid rgba(228,90,42,.22); border-color: var(--ttch-accent); }
.ttch-more { padding: 16px 0; border-top: 1px solid var(--ttch-line); border-bottom: 1px solid var(--ttch-line); }
.ttch-more summary { cursor: pointer; font-weight: 760; }
.ttch-more[open] { display: grid; gap: 18px; }
.ttch-button { justify-self: start; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 0; border-radius: 3px; background: var(--ttch-accent); color: white !important; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.ttch-button:hover { background: var(--ttch-accent-dark); }
.ttch-notice { max-width: 780px; padding: 18px 22px; border-left: 5px solid #567; background: var(--ttch-paper); }
.ttch-notice--error { border-color: #b42318; }.ttch-notice--success { border-color: #25855a; }
.ttch-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ttch-product-card { margin: 0; border: 1px solid var(--ttch-line); background: var(--ttch-white); }
.ttch-product-card a { display: block; color: var(--ttch-ink); text-decoration: none; }
.ttch-product-card img, .ttch-product-placeholder { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #e7ece8; }
.ttch-product-card h2, .ttch-product-card p, .ttch-product-card span { display: block; margin: 14px 18px; }.ttch-product-card h2 { font-size: 1.3rem; }
.ttch-rfq { max-width: 900px; margin: 64px auto; padding: clamp(24px, 5vw, 56px); background: var(--ttch-paper); }.ttch-rfq h2 { margin: 6px 0 24px; font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.04em; }.ttch-rfq .ttch-form { padding: 0; border: 0; background: transparent; box-shadow: none; }
.ttch-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.ttch-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.ttch-review-grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 18px; }.ttch-review-card { padding: 20px; border: 1px solid #ccd0d4; background: #fff; }.ttch-original { white-space: normal; line-height: 1.6; }.ttch-photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }.ttch-photo-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }

@media (max-width: 900px) { .ttch-product-grid { grid-template-columns: repeat(2, 1fr); }.ttch-review-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .ttch-shell { width: min(100% - 22px, 1120px); margin: 28px auto; }.ttch-form { padding: 19px; box-shadow: 7px 7px 0 #e8ece8; }.ttch-product-grid, .ttch-two { grid-template-columns: 1fr; }.ttch-button { width: 100%; }.ttch-rfq { margin: 40px -4px; }.ttch-shell h1 { font-size: clamp(2.4rem, 15vw, 4.2rem); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Homepage product gallery and source-safe visuals */
.ttch-featured-products { background: color-mix(in srgb, var(--ttch-paper) 72%, #fff); }
.ttch-featured-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.ttch-featured-card, .ttch-product-card { position: relative; overflow: hidden; border: 1px solid var(--ttch-line); border-radius: 20px; background: var(--ttch-white); }
.ttch-featured-card a, .ttch-product-card a { display: block; height: 100%; color: var(--ttch-ink); text-decoration: none; }
.ttch-product-visual { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #e7ece8; }
.ttch-product-visual img, .ttch-product-visual .ttch-product-placeholder { display: block; width: 100%; height: 100%; margin: 0; object-fit: cover; border-radius: 0; }
.ttch-product-visual.is-quadrant { aspect-ratio: 3 / 2; }
.ttch-product-visual.is-quadrant img { position: absolute; width: 200%; max-width: none; height: 200%; object-fit: fill; }
.ttch-quadrant-1 img { left: 0; top: 0; }
.ttch-quadrant-2 img { left: -100%; top: 0; }
.ttch-quadrant-3 img { left: 0; top: -100%; }
.ttch-quadrant-4 img { left: -100%; top: -100%; }
.visual-badge { position: absolute; left: 12px; top: 12px; z-index: 2; margin: 0 !important; padding: 7px 10px; border-radius: 999px; background: rgba(20,33,27,.88); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.ttch-card-body { display: flex; flex-direction: column; min-height: 228px; padding: 20px; }
.ttch-card-body h3 { margin: 0 0 10px; font-size: 1.18rem; line-height: 1.18; }
.ttch-card-body p { margin: 0 0 14px; color: var(--ttch-muted); line-height: 1.55; }
.ttch-card-link { margin-top: auto; color: var(--ttch-accent-dark); font-size: .86rem; font-weight: 800; }
.ttch-card-specs { display: grid; gap: 8px; margin: 2px 0 18px; padding: 0; list-style: none; }
.ttch-card-specs li { display: grid; gap: 2px; padding-top: 8px; border-top: 1px solid var(--ttch-line); }
.ttch-card-specs strong { color: var(--ttch-muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.ttch-card-specs span { font-size: .78rem; line-height: 1.4; }
.featured-products-footer { display: flex; justify-content: center; margin-top: 30px; }
.product-specs { margin: 34px 0; }
.spec-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; padding: 1px; border-radius: 16px; background: var(--ttch-line); }
.spec-list div { padding: 18px; background: #fff; }
.spec-list dt { color: var(--ttch-muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.spec-list dd { margin: 5px 0 0; color: var(--ttch-ink); font-weight: 720; }
.spec-source-note, .reference-visual-note { padding: 14px 16px; border-left: 4px solid var(--ttch-accent); background: var(--ttch-paper); color: var(--ttch-muted); font-size: .88rem; }
@media (max-width: 980px) { .ttch-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .ttch-featured-grid, .spec-list { grid-template-columns: 1fr; } .ttch-card-body { min-height: 0; } }
.ttch-colour-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 3px; }
.ttch-colour-chip { display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; border: 1px solid var(--ttch-line); border-radius: 999px; background: #fff; font-size: .7rem; line-height: 1; }
.ttch-colour-chip i { width: 11px; height: 11px; flex: 0 0 11px; border: 1px solid rgba(20,33,27,.14); border-radius: 50%; background: var(--chip); }