: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; } }
