/* Shared LujoGardens catalogue and product pages. */
.catalogue-page .breadcrumbs,.product-page .breadcrumbs{flex-wrap:wrap;row-gap:6px}
.catalogue-intro{display:grid;grid-template-columns:1.15fr .85fr;align-items:end;gap:70px;padding:52px 0 44px}
.catalogue-intro h1{font-size:clamp(50px,6.1vw,84px);line-height:1.06;letter-spacing:-.065em;font-weight:480}
.catalogue-intro .eyebrow{margin-bottom:17px}
.catalogue-intro>div>p:last-child{font-size:17px;line-height:1.7;color:var(--muted);max-width:490px}
.catalogue-intro .intro-spec{display:inline-flex;padding:9px 13px;background:var(--stone);border-radius:10px;font-size:13px;margin-top:22px;line-height:1.5}
.catalogue-controls{display:flex;justify-content:space-between;align-items:end;gap:24px;padding:27px 0 25px;border-top:1px solid var(--line)}
.catalogue-controls h2{font-size:31px;letter-spacing:-.04em;font-weight:500;margin-bottom:9px}
.catalogue-controls [data-result-count]{font-size:14px;color:var(--muted)}
.catalogue-search{display:flex;gap:12px;align-items:center;border-radius:999px;background:var(--stone);padding:0 20px;height:52px;width:300px;max-width:100%;border:1px solid transparent}
.catalogue-search:focus-within{border-color:#718b4f;outline:2px solid #718b4f;outline-offset:2px}
.catalogue-search input{appearance:none;min-width:0;width:100%;background:none;border:0;font:inherit;font-size:14px;color:var(--ink);outline:none}
.catalogue-search svg{width:18px;height:18px;color:#68715f}
.catalogue-profiles{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:26px}
.catalogue-profiles button{border:1px solid var(--line);border-radius:999px;background:var(--stone);padding:11px 21px;font-size:14px;font-weight:550;transition:background .2s,color .2s}
.catalogue-profiles button[aria-pressed=true]{background:#275634;border-color:#275634;color:#fff}
.catalogue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px;padding-bottom:65px}
.catalogue-card{display:flex;flex-direction:column;min-width:0}
.catalogue-card[hidden],.catalogue-empty[hidden],.gallery-main [hidden]{display:none}
.catalogue-photo{position:relative;aspect-ratio:1.23;border:1px solid #eaeae4;border-radius:18px;overflow:hidden;background:#fff}
.catalogue-photo img{object-fit:contain;transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.catalogue-card-copy{padding:20px 5px 0;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.catalogue-card-copy>p{font-size:12px;color:var(--muted);line-height:1.5;margin-bottom:7px}
.catalogue-card h3{font-size:23px;line-height:1.2;letter-spacing:-.035em;font-weight:550;margin-bottom:10px}
.catalogue-card .catalogue-size{font-size:12px;line-height:1.6;margin-bottom:18px;flex:1}
.catalogue-card .pill{--pill-circle:28px;min-height:44px;font-size:13px;padding:8px 8px 8px 17px;gap:13px}
.catalogue-card .pill-arrow svg{width:16px;height:16px}
.catalogue-empty{padding:65px 24px;text-align:center;background:var(--stone);border-radius:20px;margin-bottom:65px}
.catalogue-empty h3{font-size:27px;letter-spacing:-.03em;margin-bottom:14px}
.catalogue-empty p{line-height:1.6;color:var(--muted);margin-bottom:24px}
.catalogue-empty .pill{background:#fff}
.catalogue-help{display:grid;grid-template-columns:1fr auto;align-items:center;gap:35px;padding:42px 48px;background:#edf0e7;border-radius:22px;margin-bottom:85px}
.catalogue-help h2{font-size:clamp(30px,3vw,43px);line-height:1.16;letter-spacing:-.055em;font-weight:500;margin-bottom:13px}
.catalogue-help p{font-size:16px;line-height:1.6;color:#6a7360;max-width:600px}
.catalogue-help .pill{background:#fff}
.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;padding:40px 0 70px;align-items:start}
.product-gallery{position:sticky;top:115px;min-width:0}
.gallery-main{aspect-ratio:1.15;border:1px solid #e8e9e2;border-radius:22px;overflow:hidden;background:#fff;position:relative}
.gallery-main>img{position:absolute;inset:0;object-fit:contain}
.gallery-thumbs{display:flex;gap:11px;margin-top:15px;flex-wrap:wrap}
.gallery-thumbs button{width:91px;aspect-ratio:1.2;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;padding:0}
.gallery-thumbs button[aria-pressed=true]{border:2px solid #275634}
.gallery-thumbs img{object-fit:contain}
.product-gallery>p{font-size:12px;line-height:1.6;color:var(--muted);margin-top:15px;max-width:470px}
.product-page .product-copy{padding:7px 0 0}
.product-copy .eyebrow{margin-bottom:14px}
.product-copy h1{font-size:clamp(42px,4.6vw,65px);line-height:1.08;letter-spacing:-.06em;font-weight:500;margin-bottom:18px}
.product-lead{font-size:16px;line-height:1.7;color:var(--muted);margin-bottom:25px}
.product-profile{display:inline-flex;padding:8px 12px;background:#edf0e7;border-radius:9px;color:#49613c;font-size:13px;font-weight:550;margin-bottom:16px}
.product-choice{border:0;padding:0;margin:0 0 22px;min-width:0}
.product-choice legend{font-size:14px;font-weight:600;margin-bottom:12px}
.size-options{display:flex;flex-wrap:wrap;gap:10px}
.size-option{position:relative;display:block;cursor:pointer}
.size-option input{position:absolute;opacity:0;width:1px;height:1px}
.size-option span{display:block;background:var(--stone);border:1px solid #e4e5df;border-radius:12px;padding:12px 17px;font-size:14px;line-height:1.4}
.size-option input:checked+span{background:#edf0e7;border-color:#275634;box-shadow:inset 0 0 0 1px #275634}
.size-option input:focus-visible+span{outline:3px solid #718b4f;outline-offset:3px}
.product-facts{margin:0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-facts>div{display:flex;justify-content:space-between;gap:20px;padding:7px 0;font-size:14px;line-height:1.5}
.product-facts dt{color:var(--muted)}
.product-facts dd{margin:0;text-align:right;font-weight:550}
.product-copy .series-note{margin-top:16px}
.product-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}
.product-actions .pill{--pill-circle:34px;min-height:52px;gap:12px;padding:9px 9px 9px 20px;font-size:14px}
.business-access{display:flex;align-items:flex-start;gap:12px;margin-top:25px;padding:18px 0 0;border-top:1px solid var(--line);font-size:13px;line-height:1.8;color:var(--muted)}
.business-access>svg{width:17px;height:17px;margin-top:3px;color:#68715f}
.business-access a{display:inline;color:#344b35;text-decoration:underline;text-underline-offset:4px;font-weight:600}
.product-story{background:#edf0e7;border-radius:24px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;margin-bottom:70px}
.product-story-copy{padding:53px 49px;align-self:center}
.product-story h2{font-size:clamp(34px,3.6vw,49px);font-weight:500;letter-spacing:-.055em;line-height:1.13;margin-bottom:22px}
.product-story-copy>p:not(.eyebrow){font-size:16px;line-height:1.75;color:#6a7360;margin-bottom:28px;max-width:460px}
.product-story .pill{background:#fff}
.product-story-image{position:relative;min-height:430px;margin:0}
.product-story-image>img{position:absolute;inset:0;object-fit:cover}
.product-story figcaption{position:absolute;bottom:20px;left:20px;right:20px;max-width:max-content;background:#fffffff0;padding:11px 14px;border-radius:11px;font-size:12px;line-height:1.5}
.product-related{padding-bottom:15px}
.product-related-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:30px}
.product-related h2{font-size:clamp(30px,3vw,43px);font-weight:500;letter-spacing:-.055em;line-height:1.15}
.product-related-heading>a{font-size:14px;color:#49613c;display:flex;gap:7px;align-items:center;white-space:nowrap}
.category-page .series-card-image.catalogue-series-photo{height:auto;aspect-ratio:1.3;background:#fff;border-bottom:1px solid var(--line)}
.category-page .series-card-image.catalogue-series-photo>img{object-fit:contain;object-position:50% 50%}
.category-page .series-card{border:1px solid var(--line)}
.category-page .series-grid{margin-bottom:58px}
.category-page .series-card-copy .series-size{font-size:12px;line-height:1.65;margin-bottom:20px;flex:0}
@media(hover:hover){.catalogue-card:hover .catalogue-photo img{transform:scale(1.045)}.catalogue-card:hover .pill-arrow{background:#b5d94e;color:#275634;transform:scale(1.15)}}
@media(max-width:1150px){.catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}.product-layout{gap:40px}.product-actions{flex-direction:column;align-items:flex-start}.product-story-copy{padding:38px}.catalogue-intro{gap:42px}.catalogue-help{padding:35px}}
@media(max-width:900px){.catalogue-intro{grid-template-columns:1fr;padding-top:38px;gap:25px}.catalogue-intro>div>p:last-child{max-width:600px}.catalogue-intro h1{font-size:64px}.catalogue-grid{gap:28px 17px}.catalogue-card h3{font-size:21px}.product-layout{grid-template-columns:1fr 1fr;gap:29px}.product-copy h1{font-size:44px}.product-facts>div{display:block}.product-facts dd{text-align:left;margin-top:4px}.product-story-copy{padding:32px}.product-story h2{font-size:38px}.catalogue-help{grid-template-columns:1fr;gap:25px}.catalogue-help .pill{justify-self:start}.product-story-image{min-height:420px}}
@media(max-width:650px){.catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:29px 16px;padding-bottom:45px}.catalogue-controls{align-items:stretch;flex-direction:column;gap:20px}.catalogue-search{width:100%}.catalogue-intro h1{font-size:51px}.catalogue-intro{padding:30px 0 32px;gap:22px}.catalogue-intro>div>p:last-child{font-size:16px}.catalogue-controls h2{font-size:28px}.catalogue-photo{border-radius:13px;aspect-ratio:1.1}.catalogue-card-copy{padding-top:15px}.catalogue-card h3{font-size:21px}.catalogue-card .pill{font-size:12px;--pill-circle:26px;min-height:40px;padding:7px 7px 7px 12px;gap:9px}.catalogue-card .catalogue-size{font-size:11px}.catalogue-help{margin-bottom:55px;padding:30px 27px;border-radius:19px}.catalogue-help h2{font-size:35px}.product-layout{grid-template-columns:1fr;gap:30px;padding:28px 0 45px}.product-gallery{position:static}.gallery-main{aspect-ratio:1.22;border-radius:18px}.gallery-thumbs button{width:78px}.product-copy h1{font-size:51px}.product-actions{flex-direction:row}.product-facts>div{display:flex}.product-facts dd{text-align:right;margin-top:0}.product-story{grid-template-columns:1fr;margin-bottom:50px}.product-story-copy{padding:34px 28px}.product-story-image{min-height:330px}.product-story h2{font-size:40px}.product-related-heading{align-items:flex-start;flex-direction:column;gap:15px}.facade-page .series-card-image.catalogue-series-photo{height:100%;min-height:260px;aspect-ratio:auto}.product-related .catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:430px){.catalogue-grid{gap:27px 13px}.catalogue-card h3{font-size:20px}.catalogue-card .pill{gap:6px;padding-left:11px;font-size:11px}.catalogue-photo{aspect-ratio:1}.catalogue-intro h1{font-size:45px}.product-copy h1{font-size:46px}.product-actions{flex-direction:column;align-items:stretch}.product-actions .pill{justify-content:space-between}.product-facts>div{font-size:13px}.category-page .series-card-image.catalogue-series-photo{height:100%;min-height:250px;aspect-ratio:auto}}
@media(prefers-reduced-motion:reduce){.catalogue-photo img,.catalogue-profiles button{transition:none}}
