/* Cunello RTW Collections 1.0.2 — collection-first presentation */
.cunello-rtw-collections{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:0 0 90px;color:#253247}
.cunello-rtw-collection-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 42px}
.cunello-rtw-tab{appearance:none;border:1px solid #d7d3cc;background:#fff;color:#253247;text-align:left;padding:28px 30px;min-height:104px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.cunello-rtw-tab span{display:block;margin-bottom:12px;font:10px/1 Arial,sans-serif;letter-spacing:.28em;color:#b8893f}
.cunello-rtw-tab strong{display:block;font:400 18px/1.35 Georgia,serif;color:#253247}
.cunello-rtw-tab.is-active{background:#253247;border-color:#253247;color:#fff}
.cunello-rtw-tab.is-active strong{color:#fff}
.cunello-rtw-tab.is-active span{color:#b8893f}
.cunello-rtw-panel[hidden]{display:none!important}
.cunello-rtw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.cunello-rtw-card{border:1px solid #d7d3cc;background:#fff;min-width:0}
.cunello-rtw-card-image{display:flex;align-items:center;justify-content:center;aspect-ratio:3/4;background:#f7f5f1;color:#8a8a8a;text-decoration:none;overflow:hidden}
.cunello-rtw-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.cunello-rtw-card-image span{font:10px/1 Arial,sans-serif;letter-spacing:.2em}
.cunello-rtw-card-copy{padding:22px 22px 25px}
.cunello-rtw-card-meta{margin:0 0 12px;color:#b8893f;font:10px/1.4 Arial,sans-serif;letter-spacing:.12em}
.cunello-rtw-card-copy h4{margin:0 0 12px;font:400 21px/1.3 Georgia,serif;color:#253247}
.cunello-rtw-card-copy>p:not(.cunello-rtw-card-meta){margin:0 0 18px;color:#596476;font:14px/1.65 Arial,sans-serif}
.cunello-rtw-details{color:#253247;text-decoration:none;font:10px/1 Arial,sans-serif;letter-spacing:.22em}
@media(max-width:800px){.cunello-rtw-collections{width:min(100% - 28px,680px);padding-bottom:55px}.cunello-rtw-collection-tabs,.cunello-rtw-grid{grid-template-columns:1fr}.cunello-rtw-tab{padding:22px;min-height:auto}.cunello-rtw-card-copy{padding:20px}}

/* 1.0.5 — both collections neutral by default; selected collection uses Cunello blue */
.cunello-rtw-tab {
  background:#fff;
  border-color:#d7d3cc;
  color:#253247;
}
.cunello-rtw-tab strong { color:#253247; }
.cunello-rtw-tab span { color:#b78343; }

.cunello-rtw-tab.is-active {
  background:#0053BB;
  border-color:#0053BB;
  color:#fff;
}
.cunello-rtw-tab.is-active strong { color:#fff; }
.cunello-rtw-tab.is-active span { color:#b78343; }

/* 1.0.6 — match the existing Cunello configurator option blue */
.cunello-rtw-tab.is-active,
.cunello-rtw-tab.is-active:hover,
.cunello-rtw-tab.is-active:focus {
  background:#1f5f8a !important;
  border-color:#1f5f8a !important;
  color:#fff !important;
}
.cunello-rtw-tab.is-active strong { color:#fff !important; }
.cunello-rtw-tab.is-active span { color:#b8893f !important; }

/* Collection names are primary; subtitles are deliberately quieter. */
.cunello-rtw-tab span {
  font-size:15px;
  line-height:1.2;
  letter-spacing:.18em;
  margin-bottom:9px;
  font-weight:500;
}
.cunello-rtw-tab strong {
  font-size:13px;
  line-height:1.35;
  font-weight:400;
}
@media(max-width:800px){
  .cunello-rtw-tab span{font-size:14px;letter-spacing:.16em}
  .cunello-rtw-tab strong{font-size:12px}
}

/* 1.0.7 — final collection design */
.cunello-rtw-collections-heading{
  text-align:center;
  margin:0 0 42px;
}
.cunello-rtw-collections-heading h2{
  margin:0;
  color:#253247;
  font:400 34px/1.2 Georgia,serif;
}

/* 1.2.8 — collection intro description matches Cunello editorial body typography */
.cunello-rtw-collections-heading p.cunello-subsite-muted{
  margin:18px auto 0;
  max-width:850px;
  color:#777;
  font-family:var(--cunello-serif,Georgia,"Times New Roman",serif);
  font-size:clamp(18px,1.35vw,23px);
  line-height:1.5;
  font-weight:400;
}

/* No light-blue hover state: only the established configurator blue
   appears on an actually selected collection. */
.cunello-rtw-tab:hover,
.cunello-rtw-tab:focus{
  background:#fff !important;
  border-color:#d7d3cc !important;
  color:#253247 !important;
}
.cunello-rtw-tab:hover strong,
.cunello-rtw-tab:focus strong{color:#253247 !important}
.cunello-rtw-tab:hover span,
.cunello-rtw-tab:focus span{color:#b8893f !important}

.cunello-rtw-tab.is-active,
.cunello-rtw-tab.is-active:hover,
.cunello-rtw-tab.is-active:focus{
  background:#1f5f8a !important;
  border-color:#1f5f8a !important;
  color:#fff !important;
}
.cunello-rtw-tab.is-active strong{color:#fff !important}
.cunello-rtw-tab.is-active span{
  color:#b8893f !important;
  font-weight:700 !important;
}

/* Gold collection labels bold */
.cunello-rtw-tab span{
  font-weight:700 !important;
}
@media(max-width:800px){
  .cunello-rtw-collections-heading h2{font-size:29px}
  .cunello-rtw-collections-heading{margin-bottom:30px}
}

/* 1.2.3 product detail — detail lives inside the injected root */
.cunello-rtw-card-image{
  width:100%;border:0;padding:0;margin:0;background:none;cursor:pointer;
  display:flex;align-items:center;justify-content:center;aspect-ratio:3/4;
  overflow:hidden;
}
.cunello-rtw-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.cunello-rtw-details{
  appearance:none;border:0;background:none;padding:0;cursor:pointer;
  color:#253247;text-decoration:none;font:10px/1 Arial,sans-serif;letter-spacing:.22em;
}
.cunello-rtw-detail[hidden]{display:none!important}
.cunello-rtw-detail{
  margin-top:55px;padding:0 0 90px;
}
.cunello-rtw-back{
  appearance:none;border:0;background:none;padding:0;margin:0 0 34px;
  color:#253247;cursor:pointer;font:10px/1 Arial,sans-serif;letter-spacing:.18em;
}
.cunello-rtw-detail-inner{
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:54px;align-items:start;
}
.cunello-rtw-detail-main{aspect-ratio:3/4;background:#f7f5f1;overflow:hidden}
.cunello-rtw-detail-main img{width:100%;height:100%;object-fit:cover;display:block}
.cunello-rtw-detail-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}
.cunello-rtw-detail-thumb{border:1px solid #d7d3cc;background:#f7f5f1;padding:0;aspect-ratio:1;overflow:hidden;cursor:pointer}
.cunello-rtw-detail-thumb.is-active{border-color:#1f5f8a}
.cunello-rtw-detail-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.cunello-rtw-detail-copy{padding-top:12px}
.cunello-rtw-detail-meta{margin:0 0 14px;color:#b8893f;font:10px/1.4 Arial,sans-serif;letter-spacing:.16em}
.cunello-rtw-detail-copy h2{margin:0 0 24px;color:#253247;font:400 34px/1.2 Georgia,serif}
.cunello-rtw-detail-description{color:#596476;font:15px/1.75 Arial,sans-serif}
@media(max-width:800px){
  .cunello-rtw-detail{margin-top:40px;padding-bottom:55px}
  .cunello-rtw-detail-inner{grid-template-columns:1fr;gap:30px}
  .cunello-rtw-detail-copy{padding-top:0}
  .cunello-rtw-detail-copy h2{font-size:29px}
}

/* 1.2.4 — normal cursor for product/editorial text */
.cunello-rtw-detail-copy,
.cunello-rtw-detail-copy h2,
.cunello-rtw-detail-description,
.cunello-rtw-detail-meta { cursor: default; }


/* 1.2.10 — RTW order request: same visual language as configurator submit */
.cunello-rtw-order-request{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:250px;
  min-height:56px;
  padding:0 28px;
  margin:0 0 22px;
  border:1px solid #1c1c1c;
  background:#fff;
  color:#1c1c1c;
  font:400 16px/1.2 Georgia,"Times New Roman",serif;
  letter-spacing:0;
  text-transform:none;
  cursor:pointer;
  transition:.18s ease;
}
.cunello-rtw-order-request:hover{
  background:#1c1c1c;
  color:#fff;
}
.cunello-rtw-detail-description{margin:0;}
@media(max-width:800px){
  .cunello-rtw-order-request{width:100%;margin-bottom:18px}
}


/* 1.2.11 — RTW price / price-orientation display */
.cunello-rtw-card-price{margin:12px 0 2px;color:#253247;font:400 18px/1.25 Georgia,"Times New Roman",serif;}
.cunello-rtw-price-note{margin:0 0 12px;color:#596476;font:11px/1.4 Arial,sans-serif;letter-spacing:.06em;}
.cunello-rtw-detail-price{margin:-10px 0 2px;color:#253247;font:400 22px/1.25 Georgia,"Times New Roman",serif;}
.cunello-rtw-detail-price-note{margin:0 0 18px;}


/* 1.2.13 — RTW price-orientation explanation: centered Cunello typography, compact width */
.cunello-rtw-price-orientation{width:min(900px,100%);box-sizing:border-box;margin:22px auto 0;padding:14px 20px;text-align:center;border-top:1px solid #d7d3cc;border-bottom:1px solid #d7d3cc;color:#596476;font-family:var(--cunello-serif,Georgia,"Times New Roman",serif);font-size:14px;line-height:1.45;font-weight:400;}
.cunello-rtw-price-orientation strong{display:block;margin-bottom:4px;color:#253247;font-family:var(--cunello-serif,Georgia,"Times New Roman",serif);font-size:16px;line-height:1.3;font-weight:400;}
.cunello-rtw-price-orientation p{margin:0;}
.cunello-rtw-price-orientation p + p{margin-top:3px;}

@media(max-width:800px){
  .cunello-rtw-price-orientation{margin-top:18px;padding:12px 14px;font-size:12px;line-height:1.5;}
  .cunello-rtw-price-orientation strong{font-size:15px;}
}
