.wlw-shell {
  --wlw-ink: #241a15;
  --wlw-brown: #5d3827;
  --wlw-accent: #9d5e36;
  --wlw-gold: #c3a16b;
  --wlw-cream: #f8f3ec;
  --wlw-soft: #eee4d8;
  --wlw-line: rgba(73, 45, 30, .14);
  --wlw-muted: #6f6259;
  color: var(--wlw-ink);
  background: #fffdfa;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow: clip;
}

.wlw-shell *, .wlw-shell *::before, .wlw-shell *::after { box-sizing: border-box; }
.wlw-shell img { display: block; max-width: 100%; }
.wlw-shell a { color: inherit; text-decoration: none; }
.wlw-shell h1, .wlw-shell h2, .wlw-shell h3, .wlw-shell p, .wlw-shell ul, .wlw-shell figure { margin-top: 0; }
.wlw-shell h1, .wlw-shell h2, .wlw-shell h3 { color: var(--wlw-ink); font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
.wlw-shell h2 { font-size: clamp(32px, 3.7vw, 56px); line-height: 1.06; letter-spacing: -.03em; }
.wlw-shell h3 { font-size: 25px; line-height: 1.18; }

.wlw-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 600px; background: linear-gradient(145deg, #fffaf4, #f3e9dc); }
.wlw-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px 5vw 66px 7vw; }
.wlw-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; color: #897a70; font-size: 12px; }
.wlw-breadcrumb a:hover { color: var(--wlw-accent); }
.wlw-eyebrow { margin-bottom: 18px; color: var(--wlw-accent); font-size: 11px; font-weight: 900; line-height: 1.4; letter-spacing: .18em; text-transform: uppercase; }
.wlw-hero h1 { max-width: 780px; margin-bottom: 18px; font-size: clamp(38px, 4.2vw, 64px); line-height: 1; letter-spacing: -.04em; }
.wlw-hero h2 { margin-bottom: 19px; color: var(--wlw-accent); font-family: Inter, Arial, sans-serif; font-size: clamp(15px, 1.25vw, 19px); font-weight: 700; line-height: 1.4; letter-spacing: 0; }
.wlw-hero-intro { max-width: 690px; margin-bottom: 23px; color: var(--wlw-muted); font-size: 15px; }
.wlw-check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 18px; max-width: 700px; margin: 0 0 32px; padding: 0; list-style: none; }
.wlw-check-list li { position: relative; padding-left: 23px; color: #54483f; font-size: 13px; font-weight: 650; }
.wlw-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--wlw-accent); font-weight: 900; }
.wlw-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.wlw-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 50px; padding: 14px 23px; border: 1px solid var(--wlw-ink); border-radius: 999px; background: var(--wlw-ink); color: #fff !important; font-size: 12px; font-weight: 850; line-height: 1.2; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.wlw-button:hover { transform: translateY(-2px); border-color: var(--wlw-accent); background: var(--wlw-accent); }
.wlw-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--wlw-accent) !important; font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.wlw-text-link:hover span { transform: translate(2px, -2px); }
.wlw-text-link span { transition: transform .2s ease; }
.wlw-hero-media { position: relative; min-height: 600px; margin: 0; overflow: hidden; background: #eee5dc; }
.wlw-hero-media > img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.wlw-hero-media figcaption { position: absolute; right: 30px; bottom: 30px; display: flex; flex-direction: column; min-width: 190px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.55); background: rgba(33,23,18,.78); color: white; backdrop-filter: blur(12px); }
.wlw-hero-media figcaption strong { color: #f0d39c; font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.wlw-hero-media figcaption span { margin-top: 3px; color: #e3d8ce; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.wlw-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--wlw-ink); color: white; }
.wlw-stats div { min-height: 142px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; border-right: 1px solid rgba(255,255,255,.12); text-align: center; }
.wlw-stats div:last-child { border-right: 0; }
.wlw-stats strong { color: #efd39d; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 45px); font-weight: 500; line-height: 1; }
.wlw-stats span { max-width: 170px; margin-top: 11px; color: #d8cbc1; font-size: 10px; font-weight: 800; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }

.wlw-section { padding: 110px 6vw; }
.wlw-section-heading { max-width: 900px; margin: 0 auto 58px; text-align: center; }
.wlw-section-heading h2 { margin-bottom: 22px; }
.wlw-section-heading > p:last-child { max-width: 760px; margin: 0 auto; color: var(--wlw-muted); font-size: 16px; }

.wlw-collections { background: #fffdfa; }
.wlw-collection-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 42px; align-items: start; max-width: 1480px; margin: 0 auto; }
.wlw-collection-image { position: sticky; top: 112px; margin: 0; overflow: hidden; border: 1px solid var(--wlw-line); border-radius: 22px; background: #fff; box-shadow: 0 22px 58px rgba(62, 39, 25, .08); }
.wlw-collection-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.wlw-collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.wlw-collection-card { min-height: 360px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--wlw-line); border-radius: 18px; background: linear-gradient(145deg, #fff, #faf5ee); transition: transform .25s ease, box-shadow .25s ease; }
.wlw-collection-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(58,38,24,.09); }
.wlw-number { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 25px; border-radius: 50%; background: var(--wlw-ink); color: #efd39d; font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
.wlw-collection-card h3 { margin-bottom: 12px; }
.wlw-collection-card > p { color: var(--wlw-muted); font-size: 14px; }
.wlw-collection-card ul { margin: 6px 0 24px; padding: 0; list-style: none; }
.wlw-collection-card li { position: relative; padding: 5px 0 5px 18px; border-bottom: 1px solid rgba(80,53,36,.08); color: #62554d; font-size: 12px; }
.wlw-collection-card li::before { content: "•"; position: absolute; left: 2px; color: var(--wlw-accent); }
.wlw-collection-card .wlw-text-link { margin-top: auto; }

.wlw-intro { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 0; padding: 0; background: #2d211b; }
.wlw-intro > figure { min-height: 760px; margin: 0; overflow: hidden; }
.wlw-intro > figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.wlw-intro-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 8vw; }
.wlw-intro-copy h2 { margin-bottom: 24px; color: white; }
.wlw-intro-copy > p:not(.wlw-eyebrow) { max-width: 730px; color: #cfc2b8; font-size: 17px; }
.wlw-check-list-dark { grid-template-columns: 1fr; margin-top: 18px; }
.wlw-check-list-dark li { padding: 10px 0 10px 28px; border-bottom: 1px solid rgba(255,255,255,.1); color: #efe7e0; }
.wlw-button-light { align-self: flex-start; margin-top: 13px; border-color: #f0d39c; background: #f0d39c; color: #2d211b !important; }

.wlw-automatic { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.92fr); gap: 6vw; align-items: center; background: #f5ede3; }
.wlw-automatic-copy h2 { max-width: 800px; margin-bottom: 24px; }
.wlw-automatic-copy > p:not(.wlw-eyebrow) { max-width: 760px; color: var(--wlw-muted); font-size: 17px; }
.wlw-feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 34px 0; }
.wlw-feature-list div { display: flex; align-items: center; gap: 12px; min-height: 68px; padding: 14px 16px; border: 1px solid rgba(82,54,36,.12); background: rgba(255,255,255,.56); }
.wlw-feature-list span { color: var(--wlw-accent); font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
.wlw-feature-list p { margin: 0; color: #51463f; font-size: 13px; font-weight: 700; line-height: 1.4; }
.wlw-automatic > figure { margin: 0; overflow: hidden; border-radius: 24px; box-shadow: 0 26px 60px rgba(55,36,24,.12); }
.wlw-automatic > figure img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

.wlw-products { background: #fff; }
.wlw-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; max-width: 1480px; margin: 0 auto; }
.wlw-product-card { overflow: hidden; border: 1px solid var(--wlw-line); border-radius: 18px; background: #fffdfa; transition: transform .25s ease, box-shadow .25s ease; }
.wlw-product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(55,35,22,.11); }
.wlw-product-image { display: grid; width: 100%; aspect-ratio: 1 / 1; place-items: center; overflow: hidden; background: #fff; }
.wlw-product-image img { width: 100%; height: 100%; max-width: none; object-fit: contain; transition: transform .5s ease; }
.wlw-product-card:hover .wlw-product-image img { transform: scale(1.035); }
.wlw-product-copy { padding: 24px 25px 28px; border-top: 1px solid var(--wlw-line); }
.wlw-product-category { margin-bottom: 9px; color: var(--wlw-accent); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.wlw-product-copy h3 { margin-bottom: 19px; font-size: 23px; }
.wlw-product-copy h3 a:hover { color: var(--wlw-accent); }
.wlw-product-empty { max-width: 720px; margin: 0 auto; padding: 48px; border: 1px solid var(--wlw-line); background: var(--wlw-cream); text-align: center; }

.wlw-customization { background: linear-gradient(180deg, #f8f2ea, #fffdfa); }
.wlw-customization-image { max-width: 1440px; margin: 0 auto 22px; overflow: hidden; border-radius: 22px; box-shadow: 0 22px 50px rgba(54,35,23,.1); }
.wlw-customization-image img { width: 100%; aspect-ratio: 3 / 1.55; object-fit: cover; }
.wlw-customization-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; max-width: 1440px; margin: 0 auto; }
.wlw-customization-grid article { position: relative; min-height: 270px; padding: 34px 27px; border: 1px solid var(--wlw-line); border-radius: 16px; background: rgba(255,255,255,.84); }
.wlw-customization-grid span { color: var(--wlw-gold); font-family: Georgia, "Times New Roman", serif; font-size: 32px; }
.wlw-customization-grid h3 { margin: 18px 0 12px; }
.wlw-customization-grid p { margin: 0; color: var(--wlw-muted); font-size: 14px; }

.wlw-quality { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 0; padding: 0; background: #fff; }
.wlw-quality > figure { min-height: 680px; margin: 0; overflow: hidden; }
.wlw-quality > figure img { width: 100%; height: 100%; object-fit: cover; }
.wlw-quality-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 6vw; background: #efe4d8; }
.wlw-quality-copy h2 { margin-bottom: 23px; font-size: clamp(37px, 4vw, 62px); }
.wlw-quality-copy > p:not(.wlw-eyebrow) { color: var(--wlw-muted); }
.wlw-quality-list { margin: 25px 0 30px; padding: 0; list-style: none; counter-reset: quality; }
.wlw-quality-list li { position: relative; padding: 12px 0 12px 43px; border-bottom: 1px solid rgba(76,49,32,.13); color: #4d423b; font-size: 14px; font-weight: 700; counter-increment: quality; }
.wlw-quality-list li::before { content: counter(quality, decimal-leading-zero); position: absolute; left: 0; color: var(--wlw-accent); font-family: Georgia, "Times New Roman", serif; font-size: 13px; }

.wlw-process { background: #fffdfa; }
.wlw-process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; max-width: 1440px; margin: 0 auto; background: var(--wlw-line); border: 1px solid var(--wlw-line); }
.wlw-process-grid article { min-height: 280px; padding: 38px; background: #fff; }
.wlw-process-grid span { color: var(--wlw-gold); font-family: Georgia, "Times New Roman", serif; font-size: 42px; line-height: 1; }
.wlw-process-grid h3 { margin: 34px 0 12px; }
.wlw-process-grid p { margin: 0; color: var(--wlw-muted); font-size: 14px; }

.wlw-supplier-copy { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 8vw; background: var(--wlw-ink); }
.wlw-supplier-copy h2 { position: sticky; top: 125px; max-width: 670px; color: white; }
.wlw-long-copy p { margin-bottom: 23px; color: #d8ccc3; font-size: 17px; }
.wlw-long-copy .wlw-button { margin-top: 15px; border-color: #efd39d; background: #efd39d; color: var(--wlw-ink) !important; }

.wlw-faq { background: #f6eee5; }
.wlw-faq-list { max-width: 1000px; margin: 0 auto; border-top: 1px solid var(--wlw-line); }
.wlw-faq details { border-bottom: 1px solid var(--wlw-line); }
.wlw-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 4px; cursor: pointer; color: var(--wlw-ink); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 600; list-style: none; }
.wlw-faq summary::-webkit-details-marker { display: none; }
.wlw-faq summary i { color: var(--wlw-accent); font-family: Inter, Arial, sans-serif; font-size: 25px; font-style: normal; font-weight: 400; transition: transform .2s ease; }
.wlw-faq details[open] summary i { transform: rotate(45deg); }
.wlw-faq details > p { max-width: 850px; margin: -5px 0 0; padding: 0 4px 25px; color: var(--wlw-muted); }

.wlw-quote { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 0; background: #3b291f; color: white; }
.wlw-quote-copy { padding: 100px 7vw; }
.wlw-quote-copy h2 { max-width: 680px; margin-bottom: 25px; color: white; }
.wlw-quote-copy > p:not(.wlw-eyebrow) { max-width: 680px; color: #d4c7be; font-size: 17px; }
.wlw-contact-list { display: grid; gap: 0; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.13); }
.wlw-contact-list a, .wlw-contact-list > p { display: grid; grid-template-columns: 95px 1fr; gap: 20px; margin: 0; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: #f0e8e2; font-size: 13px; }
.wlw-contact-list a:hover { color: #f0d39c; }
.wlw-contact-list span { color: #bdaea4; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wlw-form-card { padding: 90px 7vw; background: #fffdfa; color: var(--wlw-ink); }
.wlw-form-label { margin-bottom: 10px; color: var(--wlw-accent); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.wlw-form-card h3 { margin-bottom: 13px; font-size: 40px; }
.wlw-form-card > p:not(.wlw-form-label) { color: var(--wlw-muted); }
.wlw-form-wrap { margin-top: 32px; }
.wlw-form-wrap .ff-el-group { margin-bottom: 16px; }
.wlw-form-wrap .ff-el-input--label label { color: #54483f; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.wlw-form-wrap input:not([type="checkbox"]):not([type="radio"]), .wlw-form-wrap select, .wlw-form-wrap textarea { width: 100%; min-height: 50px; padding: 12px 14px !important; border: 1px solid rgba(73,45,30,.2) !important; border-radius: 6px !important; background: #fff !important; box-shadow: none !important; color: var(--wlw-ink) !important; }
.wlw-form-wrap textarea { min-height: 120px; }
.wlw-form-wrap button, .wlw-form-wrap input[type="submit"] { width: 100%; min-height: 52px; border: 0 !important; border-radius: 999px !important; background: var(--wlw-ink) !important; color: #fff !important; font-size: 12px !important; font-weight: 850 !important; letter-spacing: .07em; text-transform: uppercase; }
.wlw-form-wrap button:hover, .wlw-form-wrap input[type="submit"]:hover { background: var(--wlw-accent) !important; }
.wlw-form-fallback { padding: 24px; border: 1px dashed var(--wlw-line); background: var(--wlw-cream); color: var(--wlw-muted); }

.wlw-floating-quote { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: grid; width: 86px; height: 86px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--wlw-accent); color: #fff !important; box-shadow: 0 14px 35px rgba(50,28,17,.24); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-align: center; text-transform: uppercase; transition: transform .2s ease; }
.wlw-floating-quote:hover { transform: translateY(-4px) rotate(-3deg); }

@media (max-width: 1180px) {
  .wlw-hero { grid-template-columns: 1fr; }
  .wlw-hero-copy { padding: 70px 7vw; }
  .wlw-hero-media { min-height: 520px; }
  .wlw-collection-layout { grid-template-columns: 1fr; }
  .wlw-collection-image { position: relative; top: auto; max-width: 720px; margin: 0 auto; }
  .wlw-intro { grid-template-columns: .9fr 1.1fr; }
  .wlw-intro-copy { padding: 70px 6vw; }
  .wlw-customization-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .wlw-section { padding: 82px 5vw; }
  .wlw-stats { grid-template-columns: repeat(2,1fr); }
  .wlw-stats div:nth-child(2) { border-right: 0; }
  .wlw-collection-grid { grid-template-columns: 1fr; }
  .wlw-collection-card { min-height: 0; }
  .wlw-intro, .wlw-automatic, .wlw-quality, .wlw-supplier-copy, .wlw-quote { grid-template-columns: 1fr; }
  .wlw-intro > figure { min-height: 620px; }
  .wlw-automatic { gap: 48px; }
  .wlw-product-grid { grid-template-columns: repeat(2,1fr); }
  .wlw-quality > figure { min-height: 520px; }
  .wlw-process-grid { grid-template-columns: repeat(2,1fr); }
  .wlw-supplier-copy h2 { position: relative; top: auto; }
  .wlw-form-card, .wlw-quote-copy { padding: 75px 7vw; }
}

@media (max-width: 620px) {
  .wlw-hero-copy { padding: 48px 20px 58px; }
  .wlw-breadcrumb { margin-bottom: 28px; }
  .wlw-hero h1 { font-size: 36px; }
  .wlw-hero h2 { font-size: 14px; }
  .wlw-hero-intro { font-size: 14px; }
  .wlw-hero-media { min-height: 350px; }
  .wlw-hero-media figcaption { right: 16px; bottom: 16px; min-width: 165px; padding: 13px 16px; }
  .wlw-check-list, .wlw-feature-list { grid-template-columns: 1fr; }
  .wlw-actions { align-items: flex-start; flex-direction: column; }
  .wlw-stats div { min-height: 128px; padding: 18px 10px; }
  .wlw-stats strong { font-size: 29px; }
  .wlw-section { padding: 68px 20px; }
  .wlw-section-heading { margin-bottom: 40px; text-align: left; }
  .wlw-section-heading h2, .wlw-shell h2 { font-size: 34px; }
  .wlw-collection-card { padding: 28px 24px; }
  .wlw-intro > figure { min-height: 540px; }
  .wlw-intro-copy { padding: 62px 24px; }
  .wlw-automatic { gap: 38px; }
  .wlw-product-grid, .wlw-customization-grid, .wlw-process-grid { grid-template-columns: 1fr; }
  .wlw-customization-image img { aspect-ratio: 1 / .84; }
  .wlw-quality > figure { min-height: 390px; }
  .wlw-quality-copy { padding: 62px 24px; }
  .wlw-process-grid article { min-height: 235px; padding: 30px; }
  .wlw-faq summary { font-size: 18px; }
  .wlw-form-card, .wlw-quote-copy { padding: 62px 24px; }
  .wlw-form-card h3 { font-size: 34px; }
  .wlw-contact-list a, .wlw-contact-list > p { grid-template-columns: 1fr; gap: 5px; }
  .wlw-floating-quote { right: 14px; bottom: 14px; width: 70px; height: 70px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .wlw-shell *, .wlw-shell *::before, .wlw-shell *::after { scroll-behavior: auto !important; transition: none !important; }
}
