.product-gallery {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 2px;
  background: #fff;
  min-height: 0;
}

.giving-back { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(2rem, 5vw, 5rem); margin-top: clamp(3.5rem, 7vw, 6rem); padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid rgba(255,255,255,.2); align-items: center; }
.giving-visuals { display: grid; gap: .7rem; }
.giving-back figure { margin: 0; position: relative; overflow: hidden; }
.giving-back figure img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.giving-back figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .62rem .8rem; background: rgba(18,20,18,.88); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.giving-back-copy .eyebrow { color: #f2b9c2; margin: 0 0 .75rem; }
.giving-back-copy h3 { max-width: 12ch; font-family: "Inter", sans-serif; font-size: clamp(2rem, 3.8vw, 3.5rem); font-weight: 800; letter-spacing: -.045em; line-height: .98; margin: 0 0 1rem; }
.giving-back-intro { max-width: 52ch; color: #d6d3ce; font-size: .95rem; line-height: 1.65; margin: 0 0 1.5rem; }
.giving-pledges { display: grid; gap: .75rem; }
.giving-card { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: 1.15rem 1.25rem; border-left: 3px solid #d71920; background: rgba(255,255,255,.07); }
.giving-percent { font-family: "Inter", sans-serif; font-size: 1.75rem; font-weight: 800; line-height: 1; color: #fff; }
.giving-card b { display: block; font-size: 1rem; font-weight: 800; }
.giving-card p { margin: .25rem 0 .45rem; color: #d6d3ce; font-size: .9rem; }
.giving-card a { font-size: .86rem; font-weight: 700; color: #fff; text-underline-offset: 3px; }
.giving-disclaimer { color: #aaa49d; font-size: .75rem; margin: 1rem 0 0; }
.statement-lead { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: end; }
.statement .statement-lead h2 { margin: 1rem 0 0; }
.statement-lead > p { margin: 0 0 .35rem; color: #d6d3ce; font-size: clamp(1.05rem, 1.45vw, 1.3rem); line-height: 1.72; }
.gift-giving { max-width: 620px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy b { font-size: .86rem; }
.brand-copy small { margin-top: .28rem; font-size: .58rem; font-weight: 600; letter-spacing: .08em; color: var(--muted); }
.inverse .brand-copy small { color: #bdb8b1; }
.order-options { display: grid; gap: 1rem; }
.order-options label { display: grid; gap: .45rem; }
.order-options label > span { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.order-options select, .order-options textarea, .order-options input[type="file"] { width: 100%; border: 1px solid var(--line); background: #fff; padding: .8rem 1rem; font: inherit; }
.order-options select { min-height: 52px; }
.order-options textarea { resize: vertical; }
.order-options input[type="file"] { min-height: 52px; font-size: .88rem; }
.order-options small { color: var(--muted); line-height: 1.45; }
.order-summary { display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; margin-top: 1.5rem; padding: 1.15rem 1.25rem; background: #f3f0ea; border-left: 3px solid var(--red); }
.order-summary > span { font-weight: 700; }
.order-summary > b { font-size: 1.2rem; }
.order-summary > small { grid-column: 1 / -1; color: var(--muted); }

@media (max-width: 900px) {
  .giving-back { grid-template-columns: 1fr; }
  .statement-lead { grid-template-columns: 1fr; }
}

.product-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.measurement-overlay { position: absolute; inset: 0; pointer-events: none; color: #171717; }
.measure-line { position: absolute; border-color: rgba(23, 23, 23, .72); }
.measure-line::before, .measure-line::after { content: ""; position: absolute; background: rgba(23, 23, 23, .72); }
.measure-line span, .measure-thickness span { background: rgba(255, 255, 255, .94); border: 1px solid rgba(23, 23, 23, .16); box-shadow: 0 3px 12px rgba(0, 0, 0, .08); padding: .28rem .52rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.measure-width { left: 24%; right: 24%; top: 15%; border-top: 1px solid; }
.measure-width::before, .measure-width::after { top: -5px; width: 1px; height: 9px; }
.measure-width::before { left: 0; }
.measure-width::after { right: 0; }
.measure-width span { position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); }
.measure-height { left: 17%; top: 22%; bottom: 22%; border-left: 1px solid; }
.measure-height::before, .measure-height::after { left: -5px; width: 9px; height: 1px; }
.measure-height::before { top: 0; }
.measure-height::after { bottom: 0; }
.measure-height span { position: absolute; left: 0; top: 50%; transform: translate(-50%, -50%) rotate(-90deg); }
.measure-thickness { position: absolute; right: 15%; bottom: 18%; display: flex; align-items: center; gap: .4rem; }
.measure-thickness i { width: 36px; height: 1px; background: rgba(23, 23, 23, .72); transform: rotate(-28deg); transform-origin: right center; }

.product-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(255, 255, 255, .92);
  padding: .45rem .7rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.two-choices { grid-template-columns: 1fr 1fr; }
.quantity-choices { grid-template-columns: repeat(3, 1fr); }
.business-order { font-size: .86rem; color: var(--muted); margin: .8rem 0 0; }
.personalization-help { margin: .65rem 0 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.selected-size { margin: 1rem 0 0; color: var(--muted); font-size: .9rem; }
.selected-size b { color: var(--deep); font-size: 1.05rem; }
.product-choices { grid-template-columns: 1fr; }
.product-choices label > span { display: grid; grid-template-columns: 22px 1fr; align-items: center; column-gap: .7rem; }
.product-choices label > span small { grid-column: 2; }
.swatch.poppy { background: radial-gradient(circle at center, #171717 0 32%, var(--red) 34% 100%); }

.places { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.3rem, 6vw, 6rem); background: #fff; }
.places-heading { max-width: 900px; margin-bottom: 3rem; }
.places-heading h2 { font-family: "Newsreader", serif; font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.03em; line-height: 1; margin: 0; }
.places-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.places-grid figure { margin: 0; background: var(--paper); border: 1px solid var(--line); }
.places-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.places-grid .places-feature { grid-column: 1 / -1; }
.places-grid .places-feature img { aspect-ratio: 16 / 9; object-position: center; }
.places-grid figcaption { display: flex; flex-direction: column; gap: .45rem; padding: 1.25rem; }
.places-grid figcaption b { font-size: 1.05rem; }
.places-grid figcaption span { color: var(--muted); font-size: .9rem; line-height: 1.55; }

@media (max-width: 1100px) {
  .places-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .quantity-choices { grid-template-columns: 1fr; }
  .places-grid { grid-template-columns: 1fr; }
  .places-grid .places-feature { grid-column: auto; }
  .places-grid .places-feature img { aspect-ratio: 4 / 3; }
  .measure-width { left: 23%; right: 23%; top: 14%; }
  .measure-height { left: 15%; top: 21%; bottom: 21%; }
  .measure-thickness { right: 12%; bottom: 18%; }
  .measure-line span, .measure-thickness span { font-size: .66rem; }
}
