.screen-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(5rem, 8vw, 7.5rem);
  background:
    linear-gradient(90deg, rgba(23, 52, 43, .05) 1px, transparent 1px) 0 0 / 92px 92px,
    linear-gradient(rgba(23, 52, 43, .05) 1px, transparent 1px) 0 0 / 92px 92px,
    var(--cream-100);
}

.screen-hero::before {
  position: absolute;
  top: -170px;
  left: -150px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(169, 98, 50, .19);
  border-radius: 50%;
  content: "";
}

.screen-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(3.5rem, 7vw, 7rem);
}

.screen-hero__copy { position: relative; z-index: 2; }
.screen-hero__copy h1 { max-width: 720px; }
.screen-hero__lede { max-width: 650px; margin-bottom: 2rem; color: #4a554e; font-size: clamp(1.06rem, 1.6vw, 1.23rem); }
.screen-hero__phone { color: var(--forest-900); font-size: .85rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.screen-hero__phone:hover { color: var(--fir-600); }

.screen-hero__media { position: relative; min-height: 600px; }
.screen-hero__main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 92%;
  height: 76%;
  margin: 0;
  border: 8px solid var(--cream-50);
  box-shadow: var(--shadow);
}
.screen-hero__main-image::after { position: absolute; inset: 14px; border: 1px solid rgba(255, 255, 255, .7); content: ""; pointer-events: none; }
.screen-hero__shop-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 39%;
  height: 44%;
  margin: 0;
  border: 8px solid var(--cream-100);
  box-shadow: 0 22px 52px rgba(25, 34, 28, .2);
}
.screen-hero__main-image img,
.screen-hero__shop-image img { width: 100%; height: 100%; object-fit: cover; }
.screen-hero__shop-image img { object-position: center; }
.screen-hero__note { position: absolute; right: 0; bottom: .8rem; width: 55%; margin: 0; padding-left: 1.25rem; border-left: 2px solid var(--fir-500); color: var(--muted); font-size: .78rem; }
.screen-hero__note strong { display: block; color: var(--forest-900); font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }

.screen-option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: start; }
.screen-option-grid article { min-height: 315px; padding: 2.2rem; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 32px rgba(25, 34, 28, .055); }
.screen-option-grid .screen-option--raised { margin-top: 2.5rem; }
.screen-option-grid article > span { display: block; margin-bottom: 3.2rem; color: var(--fir-600); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.screen-option-grid h3 { font-size: 1.9rem; }
.screen-option-grid p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.screen-craft { color: rgba(255, 255, 255, .73); background: var(--forest-950); }
.screen-craft__grid { display: grid; grid-template-columns: minmax(500px, 1.12fr) minmax(0, .88fr); gap: clamp(4rem, 8vw, 8rem); align-items: center; }
.screen-craft h2, .screen-craft h3 { color: var(--white); }
.screen-craft__image { position: relative; min-height: 590px; background: #d8d1c5; }
.screen-craft__image > img { width: 100%; height: 590px; padding: 1.3rem; object-fit: contain; }
.screen-material-card { position: absolute; right: -2rem; bottom: -2rem; display: grid; min-width: 230px; padding: 1.5rem; border-top: 3px solid var(--fir-500); color: var(--forest-950); background: var(--cream-100); box-shadow: 0 18px 46px rgba(0, 0, 0, .25); }
.screen-material-card span { color: var(--fir-600); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.screen-material-card strong { margin: .45rem 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.screen-material-card small { color: var(--muted); font-size: .7rem; }
.screen-craft__copy > p:not(.eyebrow) { max-width: 570px; }
.screen-craft__details { margin-top: 2.1rem; border-top: 1px solid rgba(255, 255, 255, .16); }
.screen-craft__details article { display: grid; grid-template-columns: 38px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.screen-craft__details article > span { color: #e2b991; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.screen-craft__details h3 { margin-bottom: .25rem; font-family: var(--sans); font-size: .96rem; font-weight: 800; }
.screen-craft__details p { margin: 0; color: rgba(255, 255, 255, .56); font-size: .84rem; }

.mesh-section { background: var(--cream-100); }
.section-heading--center > p:not(.eyebrow) { color: var(--muted); }
.mesh-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.mesh-grid article { min-height: 270px; padding: 1.7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .45); }
.mesh-grid article > span { display: block; margin-bottom: 3rem; color: var(--fir-600); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.mesh-grid h3 { font-size: 1.45rem; }
.mesh-grid p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }

.screen-testimonial { padding: clamp(4rem, 7vw, 6.5rem) 0; color: var(--white); background: var(--forest-800); text-align: center; }
.screen-testimonial blockquote { max-width: 900px; margin: 0 auto 1.4rem; font-family: var(--serif); font-size: clamp(1.7rem, 3.2vw, 3rem); line-height: 1.35; }
.screen-testimonial p { margin: 0; color: #e4bea0; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.screen-quote { background: var(--cream-50); }
.quote-card--screen { width: min(100%, 900px); }
.screen-style-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.screen-style-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--cream-50); cursor: pointer; }
.screen-style-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.screen-style-card > img { width: 100%; aspect-ratio: 300 / 650; object-fit: contain; object-position: center; background: #eee9df; }
.screen-style-card > span:not(.screen-custom-icon) { display: flex; min-height: 76px; padding: .8rem .85rem .9rem; flex-direction: column; gap: .15rem; border-top: 1px solid var(--line); background: var(--white); }
.screen-style-card strong { color: var(--forest-900); font-family: var(--serif); font-size: 1rem; font-weight: 400; line-height: 1.25; }
.screen-style-card small { color: var(--muted); font-size: .67rem; line-height: 1.3; }
.screen-style-card:hover { border-color: var(--fir-500); }
.screen-style-card:has(input:checked) { border-color: var(--fir-600); box-shadow: inset 0 0 0 2px var(--fir-600); }
.screen-style-card:has(input:focus-visible) { outline: 3px solid rgba(187, 117, 66, .24); outline-offset: 2px; }
.screen-style-card--custom { display: flex; flex-direction: column; justify-content: flex-end; }
.screen-style-card .screen-custom-icon { display: grid; width: 100%; aspect-ratio: 300 / 650; flex: none; place-items: center; border: 0; color: var(--fir-600); background: var(--cream-50); font-family: var(--serif); font-size: 4rem; }

.screen-process { border-top: 1px solid var(--line); background: var(--white); }
.screen-faq { border-top: 1px solid var(--line); background: var(--cream-100); }
.screen-faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 7rem); }

@media (max-width: 1040px) {
  .screen-hero__grid { grid-template-columns: 1fr; }
  .screen-hero__copy { max-width: 800px; }
  .screen-hero__media { width: min(100%, 800px); min-height: 620px; margin-inline: auto; }
  .screen-craft__grid { grid-template-columns: 1fr; }
  .screen-craft__image { width: min(100%, 820px); }
  .screen-craft__copy { max-width: 760px; }
  .mesh-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .screen-hero__media { min-height: 500px; }
  .screen-hero__main-image { width: 95%; height: 73%; }
  .screen-hero__shop-image { width: 42%; height: 43%; border-width: 6px; }
  .screen-hero__note { width: 53%; bottom: 0; font-size: .7rem; }
  .screen-option-grid { grid-template-columns: 1fr; }
  .screen-option-grid .screen-option--raised { margin-top: 0; }
  .screen-option-grid article { min-height: 0; }
  .screen-craft__image, .screen-craft__image > img { min-height: 0; height: 470px; }
  .screen-material-card { right: 1rem; bottom: -2rem; }
  .screen-style-grid { grid-template-columns: repeat(3, 1fr); }
  .screen-faq__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .screen-hero__media { min-height: 410px; }
  .screen-hero__main-image { height: 68%; border-width: 6px; }
  .screen-hero__shop-image { width: 46%; height: 40%; }
  .screen-hero__note { width: 49%; padding-left: .8rem; }
  .screen-craft__image, .screen-craft__image > img { height: 390px; }
  .screen-material-card { right: .75rem; bottom: -2.5rem; min-width: 200px; padding: 1.15rem; }
  .mesh-grid { grid-template-columns: 1fr; }
  .mesh-grid article { min-height: 0; }
  .mesh-grid article > span { margin-bottom: 1.6rem; }
  .screen-style-grid { grid-template-columns: 1fr 1fr; }
  .screen-style-card > span:not(.screen-custom-icon) { min-height: 72px; padding-inline: .65rem; }
  .screen-style-card strong { font-size: .88rem; }
}
