.cstudy{--ink:#262521;--muted:#77736c;--line:#d7d1c7;box-sizing:border-box;color:var(--ink);background:#fff;margin:48px auto 64px;padding:0 clamp(18px,4vw,64px);max-width:1440px;font-family:var(--font-body-family,'DM Sans',sans-serif)}
.cstudy *{box-sizing:border-box}.cstudy__topline{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 20px;border-top:1px solid var(--ink);padding:15px 0;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
.cstudy__intro{display:flex;justify-content:space-between;align-items:end;gap:28px;margin:26px 0 34px}.cstudy__eyebrow{margin:0 0 9px;font-size:11px;letter-spacing:.19em;text-transform:uppercase;color:#9b8067}.cstudy h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(34px,4vw,55px);font-weight:400;line-height:1.06;letter-spacing:-.025em;margin:0;overflow-wrap:anywhere}.cstudy__intro>p{max-width:260px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.cstudy__choose{margin:0 0 12px;font-size:11px;letter-spacing:.17em;text-transform:uppercase;color:var(--muted)}.cstudy__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;max-width:720px;margin-inline:auto}.cstudy__grid--choices{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1120px;align-items:stretch}
.cstudy__card{min-width:0;width:100%;display:flex;flex-direction:column;text-align:left;appearance:none;border:1px solid #e3ded6;border-radius:0;padding:clamp(18px,2vw,30px);background:#fff;color:inherit;font:inherit;cursor:pointer;transition:border-color .2s,box-shadow .2s}.cstudy__card:hover,.cstudy__card[aria-pressed=true]{border-color:#9c846d;box-shadow:inset 0 0 0 1px #9c846d}.cstudy__card:focus-visible{outline:2px solid #8b6c4e;outline-offset:3px}.cstudy__card--single{cursor:default}.cstudy__card--single:hover{border-color:#e3ded6;box-shadow:none}.cstudy__card[aria-disabled=true]{cursor:not-allowed}.cstudy__card-head{display:flex;align-items:baseline;gap:12px;border-bottom:1px solid var(--line);padding-bottom:12px;min-height:45px}.cstudy__index{font-family:Georgia,serif;color:#a28b72;font-size:13px}.cstudy__size{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(22px,2.5vw,30px);line-height:1.2;overflow-wrap:anywhere}.cstudy__check{margin-left:auto;color:#997b5b;opacity:0}.cstudy__card[aria-pressed=true] .cstudy__check{opacity:1}
.cstudy__drawing{display:grid;grid-template-columns:minmax(0,1fr) 84px;align-items:center;width:100%;max-width:610px;margin:12px auto 0}.cstudy__drawing--noheight{grid-template-columns:minmax(0,1fr)}.cstudy__image-wrap{height:clamp(250px,30vw,410px);display:flex;justify-content:center;align-items:center;min-width:0}.cstudy__image-wrap img{display:block;width:100%;height:100%;object-fit:contain}.cstudy__height{height:76%;display:flex;align-items:center;gap:8px;color:#585149;font-size:11px;font-weight:600;line-height:1.5}.cstudy__height-line{position:relative;height:100%;width:1px;flex-shrink:0;background:#8f8577}.cstudy__height-line:before,.cstudy__height-line:after{content:'';position:absolute;left:-5px;width:11px;height:1px;background:#8f8577}.cstudy__height-line:before{top:0}.cstudy__height-line:after{bottom:0}
.cstudy__width{display:flex;flex-direction:column;align-items:center;gap:8px;width:calc(100% - 84px);margin:-3px 84px 18px 0;color:#585149;font-size:11px;font-weight:600;letter-spacing:.04em;text-align:center;line-height:1.5}.cstudy__width-line{height:1px;width:80%;background:#8f8577;position:relative}.cstudy__width-line:before,.cstudy__width-line:after{content:'';position:absolute;top:-5px;height:11px;width:1px;background:#8f8577}.cstudy__width-line:before{left:0}.cstudy__width-line:after{right:0}.cstudy__secondary{padding-top:14px;margin-top:12px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:12px;line-height:1.6}.cstudy__secondary strong{font-weight:600;color:var(--ink);text-align:right}.cstudy__card-note{display:block;color:var(--muted);font-size:11px;line-height:1.6;margin-top:16px}.cstudy__note{max-width:1120px;margin:18px auto 28px;color:var(--muted);font-size:11px;line-height:1.6}.cstudy__status{font-size:12px;line-height:1.6;max-width:1120px;margin:0 auto 18px}.cstudy__status:empty{display:none}
.cstudy__specs{max-width:1120px;margin:28px auto 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}.cstudy__specs summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;min-height:62px;font-family:'Cormorant Garamond',Georgia,serif;font-size:27px}.cstudy__specs summary::-webkit-details-marker{display:none}.cstudy__specs summary span:last-child{font:20px Georgia,serif}.cstudy__specs[open] summary span:last-child{transform:rotate(45deg)}.cstudy__specs dl{margin:0 0 22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px}.cstudy__specs dl div{min-width:0;display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:11px 0;font-size:12px;line-height:1.6}.cstudy__specs dt{color:var(--muted)}.cstudy__specs dd{margin:0;text-align:right;overflow-wrap:anywhere}
@media(max-width:700px){.cstudy{margin:35px auto 45px;padding:0 18px}.cstudy__topline{font-size:9px;letter-spacing:.11em}.cstudy__intro{display:block;margin:22px 0 25px}.cstudy__intro>p{margin-top:12px;max-width:100%}.cstudy__grid--choices{grid-template-columns:1fr}.cstudy__card{padding:18px}.cstudy__image-wrap{height:300px}.cstudy__specs dl{grid-template-columns:1fr}}
@media(max-width:390px){.cstudy__drawing{grid-template-columns:minmax(0,1fr) 66px}.cstudy__drawing--noheight{grid-template-columns:minmax(0,1fr)}.cstudy__image-wrap{height:250px}.cstudy__width{width:calc(100% - 66px);margin-right:66px}.cstudy__height{font-size:10px}}

.cstudy h2{text-transform:none}.cstudy__drawing{position:relative}
.cstudy__drawing--noheight+.cstudy__width{width:100%;margin-right:0}

/* Product-specific dimensions anchored to the rendered drawing. */
.cstudy__drawing--annotated{display:block;position:relative;width:100%;max-width:610px}
.cstudy__drawing--annotated .cstudy__image-wrap{width:calc(100% - 100px);margin-inline:auto;height:460px}
.cstudy__card--annotated .cstudy__height,.cstudy__card--annotated .cstudy__width{display:none}
.cstudy__annotations{position:absolute;inset:0;pointer-events:none}
.cstudy__annotations svg{position:absolute;inset:0;overflow:visible}
.cstudy__annotations line{stroke:#8f8577;stroke-width:1;vector-effect:non-scaling-stroke}
.cstudy__annotation-label{position:absolute;display:block;transform:translate(-50%,-50%);width:74px;padding:3px 2px;background:rgba(255,255,255,.96);color:#4d463d;font-size:11px;font-weight:500;letter-spacing:0;text-align:center;line-height:1.4;white-space:pre-line}
@media(max-width:700px){.cstudy__drawing--annotated .cstudy__image-wrap{height:390px;width:calc(100% - 96px)}.cstudy__annotation-label{font-size:11px}}

.cstudy__measure-summary{display:block;width:100%;margin-top:4px}.cstudy__measure-summary .cstudy__secondary{display:flex}

.cstudy__drawing--annotated{margin-top:40px}

.cstudy__drawing--annotated{margin-bottom:32px}

.cstudy__card:has(.cstudy__measure-summary) > .cstudy__secondary{display:none}

.cstudy__annotation-label{width:max-content;max-width:74px}
