{"product_id":"legacy-tailored","title":"Legacy Tailored","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* ── TOKENS ── *\/\n  .uw-legacy-tailored {\n    --slate: #4d6475;\n    --ink: #2D2D2A;\n    --ash: #f5f5f3;\n    --border: #e0e0da;\n\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink);\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 4px;\n  }\n\n  \/* ── SECTION 1: HEADER ── *\/\n  .uw-header-tag {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--ink);\n    opacity: 0.5;\n    margin-bottom: 10px;\n  }\n\n  .uw-header-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(44px, 8vw, 72px);\n    line-height: 0.95;\n    letter-spacing: 0.02em;\n    color: var(--slate);\n    margin: 0 0 10px 0;\n  }\n\n  .uw-header-subtitle {\n    font-style: italic;\n    font-weight: 300;\n    font-size: 15px;\n    color: var(--ink);\n    opacity: 0.7;\n    letter-spacing: 0.01em;\n    margin: 0 0 28px 0;\n  }\n\n  \/* ── SECTION 2: INTRO ── *\/\n  .uw-intro p {\n    font-size: 14.5px;\n    line-height: 1.75;\n    color: var(--ink);\n    margin: 0 0 16px 0;\n    font-weight: 300;\n  }\n\n  .uw-intro p:last-child { margin-bottom: 0; }\n\n  \/* ── SECTION 3: DOT DIVIDER ── *\/\n  .uw-divider {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin: 32px 0;\n  }\n\n  .uw-divider::before,\n  .uw-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--border);\n  }\n\n  .uw-divider-dots {\n    display: flex;\n    gap: 5px;\n  }\n\n  .uw-divider-dots span {\n    width: 4px;\n    height: 4px;\n    border-radius: 50%;\n    background: var(--ink);\n    opacity: 0.3;\n  }\n\n  \/* ── SECTION 4: QUALITY GRID ── *\/\n  .uw-quality-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--ink);\n    opacity: 0.5;\n    margin-bottom: 16px;\n  }\n\n  .uw-quality-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n\n  .uw-quality-item {\n    background: var(--ash);\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    padding: 16px 14px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n\n  .uw-quality-icon { flex-shrink: 0; margin-top: 1px; }\n\n  .uw-quality-item-title {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    color: var(--ink);\n    margin: 0 0 4px 0;\n  }\n\n  .uw-quality-item-desc {\n    font-size: 12.5px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.5;\n    margin: 0;\n    opacity: 0.7;\n  }\n\n  \/* ── SECTION 5: BADGE STRIP ── *\/\n  .uw-badge-strip {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    overflow: hidden;\n    margin: 32px 0;\n  }\n\n  .uw-badge {\n    padding: 14px 10px;\n    text-align: center;\n    background: var(--ash);\n    border-right: 1px solid var(--border);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 5px;\n  }\n\n  .uw-badge:last-child { border-right: none; }\n\n  .uw-badge-label {\n    font-size: 9.5px;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--ink);\n    opacity: 0.5;\n    margin: 0;\n  }\n\n  .uw-badge-value {\n    font-size: 11px;\n    font-weight: 500;\n    color: var(--ink);\n    margin: 0;\n    line-height: 1.3;\n  }\n\n  \/* ── SECTION 6: OBJECTION BREAKERS ── *\/\n  .uw-objections {\n    display: flex;\n    flex-direction: column;\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    overflow: hidden;\n    margin-bottom: 32px;\n  }\n\n  .uw-obj-block {\n    display: flex;\n    gap: 16px;\n    padding: 18px 16px;\n    border-bottom: 1px solid var(--border);\n    background: #fff;\n    align-items: flex-start;\n  }\n\n  .uw-obj-block:last-child { border-bottom: none; }\n\n  .uw-obj-icon { flex-shrink: 0; margin-top: 2px; }\n\n  .uw-obj-title {\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--ink);\n    margin: 0 0 5px 0;\n  }\n\n  .uw-obj-text {\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.6;\n    margin: 0;\n    opacity: 0.75;\n  }\n\n  \/* ── SECTION 7: SPECS ── *\/\n  .uw-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-bottom: 32px;\n  }\n\n  .uw-specs-col-title {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--ink);\n    opacity: 0.5;\n    margin: 0 0 12px 0;\n  }\n\n  .uw-specs-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .uw-specs-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.5;\n  }\n\n  .uw-specs-list li::before {\n    content: '';\n    width: 4px;\n    height: 4px;\n    border-radius: 50%;\n    background: var(--ink);\n    opacity: 0.3;\n    flex-shrink: 0;\n    margin-top: 6px;\n  }\n\n  \/* ── SECTION 8: CLOSING ── *\/\n  .uw-closing {\n    border-top: 1px solid var(--border);\n    padding-top: 28px;\n    text-align: center;\n  }\n\n  .uw-closing-headline {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(30px, 6vw, 52px);\n    line-height: 1.0;\n    letter-spacing: 0.03em;\n    color: var(--slate);\n    margin: 0 0 10px 0;\n  }\n\n  .uw-closing-tagline {\n    font-size: 11.5px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--ink);\n    opacity: 0.6;\n    letter-spacing: 0.04em;\n    margin: 0;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 520px) {\n    .uw-quality-grid { grid-template-columns: 1fr; }\n    .uw-badge-strip { grid-template-columns: repeat(2, 1fr); }\n    .uw-badge:nth-child(2) { border-right: none; }\n    .uw-badge:nth-child(1),\n    .uw-badge:nth-child(2) { border-bottom: 1px solid var(--border); }\n    .uw-specs-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"uw-legacy-tailored\"\u003e\n\n  \u003c!-- ── 1. HEADER ── --\u003e\n  \u003cp class=\"uw-header-tag\"\u003eCelave \u0026amp; Co — Tailored\u003c\/p\u003e\n  \u003ch2 class=\"uw-header-title\"\u003eLegacy Tailored\u003c\/h2\u003e\n  \u003cp class=\"uw-header-subtitle\"\u003ePrince of Wales check. Tapered fit. The trouser that earns its place at every table.\u003c\/p\u003e\n\n  \u003c!-- ── 2. INTRO ── --\u003e\n  \u003cdiv class=\"uw-intro\"\u003e\n    \u003cp\u003eMost men own trousers. Very few own the right ones. The Legacy Tailored was built around the one pattern that never goes out of rotation — a subdued Prince of Wales check in steel blue, woven tight enough to read clean across the room without demanding a full suit around it. Pair it with a crisp white tee and a tan belt. You already know how that looks.\u003c\/p\u003e\n    \u003cp\u003eThe cut is tapered from the thigh through the ankle — structured enough to carry formal occasions, relaxed enough that you'll actually reach for it on a regular Wednesday. No pleats, no excess fabric at the seat, no break at the hem that ruins the line. Just a clean, deliberate silhouette that works whether you're sitting across from a client or walking into a dinner reservation.\u003c\/p\u003e\n    \u003cp\u003eThe check is subtle but it's there — grey-on-blue tones that catch the light without shouting. The kind of detail that gets noticed by the right people without being obvious about it. That's the whole point of tailored.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── 3. DIVIDER ── --\u003e\n  \u003cdiv class=\"uw-divider\"\u003e\n    \u003cdiv class=\"uw-divider-dots\"\u003e\n      \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── 4. QUALITY GRID ── --\u003e\n  \u003cp class=\"uw-quality-label\"\u003eCraftsmanship Details\u003c\/p\u003e\n  \u003cdiv class=\"uw-quality-grid\"\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003crect x=\"3\" y=\"3\" width=\"16\" height=\"16\" rx=\"1.5\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M3 8h16M3 13h16M8 3v16M13 3v16\" stroke=\"#2D2D2A\" stroke-width=\"1.1\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003ePrince of Wales Check\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eSubdued grey-on-blue weave — the check that reads refined, not loud.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M6 3h10l2 6H4L6 3z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9h14v9a1 1 0 01-1 1H5a1 1 0 01-1-1V9z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eTapered Leg Cut\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eClean from thigh to ankle — no excess fabric, no break that disrupts the line.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M11 3c-4.4 0-8 3.6-8 8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M11 3c4.4 0 8 3.6 8 8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 11c0 4.4 3.6 8 8 8s8-3.6 8-8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"2.5\" stroke=\"#2D2D2A\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eWool-Blend Fabric\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eMid-weight construction — drapes cleanly, holds its crease, breathes across long days.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M5 6h12M5 10h12M5 14h8\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M15 14l2 2-2 2\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eFlat-Front Construction\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eNo pleats, no excess at the seat — just a flat, clean front that lets the fit speak.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M4 7a2 2 0 012-2h10a2 2 0 012 2v2H4V7z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 9h14v9a1 1 0 01-1 1H5a1 1 0 01-1-1V9z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 13h4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eFunctional Side Pockets\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eClean angled entry — no bulging, no distortion to the front panel when in use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-quality-item\"\u003e\n      \u003cdiv class=\"uw-quality-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M11 2l2.5 5.5H19l-4.5 3.5 1.5 5.5L11 13.5 6 16.5l1.5-5.5L3 7.5h5.5L11 2z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linejoin=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-quality-item-title\"\u003eCrease-Resistant Finish\u003c\/p\u003e\n        \u003cp class=\"uw-quality-item-desc\"\u003eHolds its line from morning meeting to late dinner — no iron required mid-day.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── 5. BADGE STRIP ── --\u003e\n  \u003cdiv class=\"uw-badge-strip\"\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n        \u003crect x=\"2\" y=\"2\" width=\"14\" height=\"14\" rx=\"1\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M2 7h14M2 12h14M7 2v14M12 2v14\" stroke=\"#2D2D2A\" stroke-width=\"1\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eColorway\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003eSteel Blue\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n        \u003cpath d=\"M4 5h10M4 9h10M4 13h6\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eFit\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003eTapered\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n        \u003crect x=\"2\" y=\"4\" width=\"14\" height=\"11\" rx=\"1.5\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M6 4V3M12 4V3\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5 9h8M5 12h5\" stroke=\"#2D2D2A\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eDelivery\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003e8–14 Days US\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uw-badge\"\u003e\n      \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n        \u003cpath d=\"M9 2l1.8 3.8 4.2.6-3 3 .7 4.2L9 11.5l-3.7 2.1.7-4.2-3-3 4.2-.6L9 2z\" stroke=\"#2D2D2A\" stroke-width=\"1.2\" stroke-linejoin=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"uw-badge-label\"\u003eTracking\u003c\/p\u003e\n      \u003cp class=\"uw-badge-value\"\u003eFull Tracking\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── 6. OBJECTION BREAKERS ── --\u003e\n  \u003cdiv class=\"uw-objections\"\u003e\n\n    \u003cdiv class=\"uw-obj-block\"\u003e\n      \u003cdiv class=\"uw-obj-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M11 3a8 8 0 100 16A8 8 0 0011 3z\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 11l2 2 4-4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-obj-title\"\u003eIs a check pattern hard to style?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eThis check is tonal — grey lines on blue ground. It reads as texture from a distance and pairs cleanly with white, navy, and brown. No pattern clash risk.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-obj-block\"\u003e\n      \u003cdiv class=\"uw-obj-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M4 11h14M14 7l4 4-4 4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-obj-title\"\u003eCan I wear tailored trousers casually?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eThat's exactly the play. White tee, tan belt, clean sneaker or loafer. The trouser elevates everything above it without demanding a blazer.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-obj-block\"\u003e\n      \u003cdiv class=\"uw-obj-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M3 17l4-4 3 3 4-5 4 4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-obj-title\"\u003eWill they crease heavily through the day?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eCrease-resistant finish built into the fabric. You'll get through a full day — sitting, commuting, dinner — without losing the line.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uw-obj-block\"\u003e\n      \u003cdiv class=\"uw-obj-icon\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003cpath d=\"M11 2v4M11 16v4M2 11h4M16 11h4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"4\" stroke=\"#2D2D2A\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"uw-obj-title\"\u003eHow does the tapered fit feel to wear?\u003c\/p\u003e\n        \u003cp class=\"uw-obj-text\"\u003eThe taper starts mid-thigh and follows the leg naturally. It's structured on the outside — comfortable on the inside. Not skinny, not wide. Just right.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ── 7. COMPOSITION \/ SPECS ── --\u003e\n  \u003cdiv class=\"uw-specs-grid\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"uw-specs-col-title\"\u003eComposition\u003c\/p\u003e\n      \u003cul class=\"uw-specs-list\"\u003e\n        \u003cli\u003eWool-blend mid-weight suiting fabric\u003c\/li\u003e\n        \u003cli\u003ePrince of Wales check — Steel Blue\u003c\/li\u003e\n        \u003cli\u003eCrease-resistant finish\u003c\/li\u003e\n        \u003cli\u003eFlat-front construction, no pleats\u003c\/li\u003e\n        \u003cli\u003eFully lined interior for clean drape\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"uw-specs-col-title\"\u003eSpecifications\u003c\/p\u003e\n      \u003cul class=\"uw-specs-list\"\u003e\n        \u003cli\u003eTapered leg — structured thigh, clean ankle\u003c\/li\u003e\n        \u003cli\u003eFunctional angled side pockets\u003c\/li\u003e\n        \u003cli\u003eBack welt pockets\u003c\/li\u003e\n        \u003cli\u003eHook-and-bar waistband closure\u003c\/li\u003e\n        \u003cli\u003eSizes: 28 \/ 30 \/ 32 \/ 34 \/ 36\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── 8. CLOSING ── --\u003e\n  \u003cdiv class=\"uw-closing\"\u003e\n    \u003ch3 class=\"uw-closing-headline\"\u003eThe right trouser.\u003cbr\u003eChanges everything above it.\u003c\/h3\u003e\n    \u003cp class=\"uw-closing-tagline\"\u003eDesigned for daily rotation — limited production runs — no constant restocks.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Celave \u0026 Co","offers":[{"title":"30","offer_id":48606233657561,"sku":"Legacy-Tailored-42","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"32","offer_id":48606233690329,"sku":"Legacy-Tailored-43","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"34","offer_id":48606233723097,"sku":"Legacy-Tailored-44","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"36","offer_id":48606233755865,"sku":"Legacy-Tailored-45","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"38","offer_id":48606233788633,"sku":"Legacy-Tailored-46","price":39.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/5793\/9673\/files\/Direct_Autoral_Celave___Co_32.png?v=1777818949","url":"https:\/\/celaveandco.com\/products\/legacy-tailored","provider":"Celave \u0026 Co","version":"1.0","type":"link"}