:root{--nav:#0d1728;--nav-soft:#17243a;--gold:#c8a44a;--gold-dark:#8f6d18;--ink:#172033;--muted:#667085;--line:#e4e7ec;--paper:#fff;--mist:#f4f6f8;--green:#087443}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{width:100%;max-width:100%;overflow-x:clip}body{margin:0;background:var(--mist);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}.shop-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px max(20px,calc((100vw - 1380px)/2));background:#fff;border-bottom:1px solid var(--line);box-shadow:0 4px 16px #1018280b}.shop-brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none}.shop-brand img{width:58px;height:58px;border-radius:10px;object-fit:contain}.shop-brand b,.shop-brand small{display:block}.shop-brand b{letter-spacing:.06em;font-size:18px}.shop-brand small{margin-top:2px;color:var(--muted);font-size:12px}.basket-button{display:flex;align-items:center;gap:9px;border:1px solid var(--nav);border-radius:999px;background:var(--nav);color:#fff;padding:9px 10px 9px 17px;font-weight:800}.basket-button b{display:grid;place-items:center;min-width:29px;height:29px;border-radius:50%;background:var(--gold);color:#111;font-size:12px}main{max-width:1420px;margin:auto;padding:24px 20px 70px}.availability-banner{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;margin-bottom:26px;padding:clamp(27px,5vw,58px);border-radius:24px;background:radial-gradient(circle at 85% 15%,#344664 0,transparent 35%),linear-gradient(135deg,var(--nav),#15233a);color:#fff;box-shadow:0 20px 45px #10182824}.availability-banner:after{content:"";position:absolute;right:-50px;bottom:-150px;width:320px;height:320px;border:1px solid #c8a44a55;border-radius:50%}.availability-banner>div,.availability-banner>button{position:relative;z-index:1}.availability-kicker,.eyebrow{display:block;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.availability-banner h1{max-width:780px;margin:10px 0 11px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4.7vw,58px);font-weight:500;line-height:1.04}.availability-banner p{max-width:660px;margin:0;color:#d3dae5;font-size:16px;line-height:1.55}.availability-banner button,.product-summary button,.availability-button{border:0;border-radius:12px;background:var(--gold);color:#171717;padding:14px 18px;font-weight:900;box-shadow:0 8px 20px #0003}.availability-banner button span{margin-left:9px}.catalogue-section{padding:20px 0}.catalogue-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.catalogue-heading h2{margin:5px 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,45px);font-weight:500}.catalogue-heading p{max-width:680px;margin:0;color:var(--muted);line-height:1.55}.catalogue-total{color:var(--muted);font-size:14px;font-weight:750}.catalogue-controls{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:12px;margin-bottom:18px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff}.catalogue-controls label>span,.finish-row label{display:block;color:#475467;font-size:12px;font-weight:800}.catalogue-controls input,.catalogue-controls select,.finish-row select{width:100%;margin-top:6px;border:1px solid #cfd4dc;border-radius:10px;background:#fff;padding:12px 13px;font-size:16px;outline:none}.catalogue-controls input:focus,.catalogue-controls select:focus,.finish-row select:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c8a44a2b}.door-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.door-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;padding:0;text-align:left;box-shadow:0 2px 6px #1018280b;transition:transform .18s,border-color .18s,box-shadow .18s}.door-card:hover{transform:translateY(-3px);border-color:#c8a44a;box-shadow:0 12px 25px #1018281a}.door-card-image{display:block;aspect-ratio:4/5;background:#f8f9fb;overflow:hidden}.door-card-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .25s}.door-card:hover img{transform:scale(1.025)}.door-card-copy{display:flex;min-height:175px;flex-direction:column;padding:13px}.door-card-type{align-self:flex-start;margin-bottom:8px;padding:4px 7px;border-radius:999px;background:#edf1f6;color:#344054;font-size:10px;font-weight:900;text-transform:uppercase}.door-card b{font-size:15px;line-height:1.35;overflow-wrap:anywhere}.door-card small{margin-top:5px;color:var(--muted);font-size:12px}.door-card strong{margin-top:auto;padding-top:13px;color:var(--gold-dark);font-size:16px}.show-more{display:block;margin:22px auto 0;border:1px solid var(--nav);border-radius:11px;background:#fff;color:var(--nav);padding:12px 24px;font-weight:850}.shop-modal[hidden],.basket-drawer[hidden],.shop-toast[hidden]{display:none}.shop-modal,.basket-drawer{position:fixed;inset:0;z-index:80}.modal-backdrop,.basket-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#101828b8}.product-dialog{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,.8fr) minmax(440px,1.2fr);width:min(1120px,calc(100% - 32px));max-height:calc(100dvh - 32px);margin:16px auto;overflow:auto;border-radius:20px;background:#fff;box-shadow:0 28px 85px #0006}.dialog-close{position:absolute;right:15px;top:13px;z-index:5;display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#344054;font-size:28px}.product-visual{position:sticky;top:0;align-self:start;min-height:660px;padding:25px;background:#f2f4f7}.product-visual>img{display:block;width:100%;height:560px;object-fit:contain}.product-visual>div{display:flex;justify-content:space-between;border-top:1px solid #d0d5dd;padding-top:13px;color:var(--muted);font-size:13px}.product-visual>div b{color:var(--ink)}.product-type{position:absolute;padding:6px 9px;border-radius:999px;background:var(--nav);color:#fff;font-size:11px;font-weight:900;text-transform:uppercase}.product-config{padding:clamp(27px,4vw,48px)}.product-config h2{margin:7px 50px 5px 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,45px);font-weight:500;line-height:1.1}.product-reference{margin:0 0 24px;color:var(--muted);font-size:13px}.config-block{padding:20px 0;border-top:1px solid var(--line)}.config-block h3{margin:0 0 11px;font-size:17px}.config-block>p{margin:-5px 0 12px;color:var(--muted);font-size:13px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.choice-card{position:relative;border:1px solid #d0d5dd;border-radius:12px;background:#fff;padding:13px;text-align:left}.choice-card.selected{border:2px solid var(--gold);background:#fffaf0}.choice-card b,.choice-card small{display:block}.choice-card small{margin-top:4px;color:var(--muted);line-height:1.4}.choice-card strong{display:block;margin-top:9px;color:var(--gold-dark)}.finish-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.accessory-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.accessory-list label{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:11px;padding:12px;cursor:pointer}.accessory-list input{margin-top:3px;accent-color:var(--gold-dark)}.accessory-list b,.accessory-list small{display:block}.accessory-list small{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.4}.fire-included{margin:8px 0 18px;padding:15px;border:1px solid #abefc6;border-radius:12px;background:#ecfdf3;color:#075d3a}.fire-included b,.fire-included span{display:block}.fire-included span{margin-top:5px;font-size:13px;line-height:1.5}.product-summary{position:sticky;bottom:-1px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px -24px -24px;padding:18px 24px 24px;background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 25px #1018280c}.product-summary span,.product-summary small,.product-summary strong{display:block}.product-summary span,.product-summary small{color:var(--muted);font-size:12px}.product-summary strong{margin:3px 0;font-size:25px}.basket-drawer>section{position:absolute;z-index:1;right:0;top:0;width:min(460px,100%);height:100%;overflow:auto;background:#fff;padding:24px;box-shadow:-18px 0 50px #0004}.basket-head{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.basket-head h2{margin:5px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:32px;font-weight:500}.basket-head button{border:0;background:transparent;color:#475467;font-size:29px}.basket-items{padding:12px 0}.basket-empty{padding:40px 10px;text-align:center;color:var(--muted)}.basket-item{display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}.basket-item img{width:74px;height:92px;object-fit:contain;background:#f7f8fa;border-radius:8px}.basket-item b,.basket-item small,.basket-item strong{display:block}.basket-item small{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.4}.basket-item strong{margin-top:7px}.basket-item button{align-self:start;border:0;background:transparent;color:#b42318;font-size:18px}.basket-total{display:flex;justify-content:space-between;align-items:center;border-top:2px solid var(--nav);padding:17px 0}.basket-total strong{font-size:22px}.availability-button{width:100%;font-size:15px}.basket-note{color:var(--muted);font-size:12px;line-height:1.5}.shop-toast{position:fixed;z-index:120;left:50%;bottom:24px;transform:translateX(-50%);max-width:calc(100% - 30px);border-radius:999px;background:var(--nav);color:#fff;padding:11px 17px;box-shadow:0 12px 30px #0004;font-size:13px;font-weight:750}.door-empty{grid-column:1/-1;padding:45px 15px;border:1px dashed #cfd4dc;border-radius:14px;text-align:center;color:var(--muted)}
.journey-selector{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:22px;align-items:center;margin:0 0 24px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.journey-selector h2{margin:5px 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:500}.journey-selector p{margin:0;color:var(--muted);line-height:1.5}.journey-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.journey-options button{border:1px solid #d0d5dd;border-radius:12px;background:#fff;padding:14px;text-align:left}.journey-options button.selected{border:2px solid var(--gold);background:#fffaf0}.journey-options b,.journey-options small{display:block}.journey-options small{margin-top:4px;color:var(--muted);line-height:1.4}.shop-tabs{position:sticky;top:85px;z-index:20;display:grid;grid-template-columns:1fr 1fr;width:min(560px,100%);margin:0 auto 14px;padding:5px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 20px #10182812}.shop-tabs button{border:0;border-radius:10px;background:transparent;color:var(--muted);padding:12px 16px;font-weight:850}.shop-tabs button.active{background:var(--nav);color:#fff}.catalogue-section[hidden]{display:none}.accessory-card .door-card-image{aspect-ratio:1/1}.accessory-card .door-card-copy{min-height:165px}.accessory-card .door-card-image img{padding:10px}.browse-accessories{display:block;width:100%;margin-top:8px;border:1px solid var(--nav);border-radius:9px;background:#fff;color:var(--nav);padding:9px 11px;font-size:12px;font-weight:850}.browse-accessories:hover{background:var(--nav);color:#fff}.accessory-dialog{grid-template-columns:minmax(320px,1fr) minmax(420px,1fr)}.accessory-dialog .product-visual{min-height:590px}.accessory-dialog .product-visual>img{height:490px}.accessory-config{display:flex;min-height:590px;flex-direction:column}.accessory-copy{color:var(--muted);font-size:15px;line-height:1.7}.accessory-config .product-summary{margin-top:auto}.catalogue-section[hidden]+*{margin-top:0}.next-step-dialog,.checkout-dialog{position:relative;z-index:1;width:min(620px,calc(100% - 32px));max-height:calc(100dvh - 32px);margin:16px auto;overflow:auto;border-radius:20px;background:#fff;padding:clamp(28px,5vw,48px);box-shadow:0 28px 85px #0006}.next-step-dialog h2,.checkout-dialog h2{margin:7px 44px 8px 0;font-family:Georgia,"Times New Roman",serif;font-size:36px;font-weight:500}.next-step-dialog>p,.checkout-dialog>p{color:var(--muted);line-height:1.6}.next-step-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.next-step-actions button,.checkout-submit{border:1px solid var(--nav);border-radius:11px;background:#fff;color:var(--nav);padding:13px 16px;font-weight:850}.next-step-actions .primary-step,.checkout-submit{background:var(--gold);border-color:var(--gold);color:#171717}.checkout-summary{margin:20px 0;border:1px solid var(--line);border-radius:13px;overflow:hidden}.checkout-summary>div{display:flex;justify-content:space-between;gap:15px;padding:11px 13px;border-bottom:1px solid var(--line)}.checkout-summary>div:last-child{border-bottom:0}.checkout-summary span,.checkout-summary small{display:block}.checkout-summary small{margin-top:3px;color:var(--muted);font-size:11px}.checkout-summary .checkout-total{background:var(--nav);color:#fff}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-fields label{color:#475467;font-size:12px;font-weight:800}.checkout-fields label.full{grid-column:1/-1}.checkout-fields input,.checkout-fields textarea{display:block;width:100%;margin-top:6px;border:1px solid #cfd4dc;border-radius:10px;padding:12px 13px;font-size:16px}.checkout-fields label>small{display:block;margin-top:6px;color:var(--muted);font-size:11px;line-height:1.35}.checkout-fields textarea{min-height:90px;resize:vertical}.checkout-submit{width:100%;margin-top:14px;font-size:16px}.checkout-submit:disabled{opacity:.6}.checkout-error{margin-top:12px;border-radius:9px;background:#fef3f2;color:#b42318;padding:10px 12px}.checkout-note{color:var(--muted);font-size:12px;line-height:1.5}
@media(max-width:1180px){.door-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.availability-banner{grid-template-columns:1fr}.availability-banner button{justify-self:start}.journey-selector{grid-template-columns:1fr}.door-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-dialog{grid-template-columns:minmax(270px,.75fr) minmax(400px,1.25fr)}.product-visual{min-height:570px}.product-visual>img{height:470px}}
@media(max-width:700px){.shop-header{padding:10px 13px}.shop-brand img{width:48px;height:48px}.shop-brand small{display:none}.basket-button>span{display:none}main{padding:13px 12px 55px}.availability-banner{margin-bottom:15px;padding:25px 20px;border-radius:18px}.availability-banner h1{font-size:34px}.journey-selector{padding:17px}.journey-options,.next-step-actions,.checkout-fields{grid-template-columns:1fr}.checkout-fields label.full{grid-column:auto}.shop-tabs{top:69px}.catalogue-heading{align-items:flex-start;flex-direction:column}.catalogue-controls{grid-template-columns:1fr}.door-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.door-card-copy{min-height:166px;padding:10px}.door-card b{font-size:14px}.product-dialog{display:block;width:100%;max-height:100dvh;height:100dvh;margin:0;border-radius:0}.product-visual{position:relative;min-height:0;padding:18px}.product-visual>img{height:42vh;min-height:280px}.product-config{padding:24px 17px 110px}.accessory-config{min-height:0}.product-summary{position:fixed;z-index:4;left:0;right:0;bottom:0;margin:0;padding:12px 15px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -8px 24px #10182824}.product-summary button{padding:13px 14px}.choice-grid,.accessory-list,.finish-row{grid-template-columns:1fr}.dialog-close{position:fixed}.next-step-dialog,.checkout-dialog{width:100%;height:100dvh;max-height:100dvh;margin:0;border-radius:0;padding:28px 17px calc(28px + env(safe-area-inset-bottom))}.basket-drawer>section{padding:20px 16px calc(20px + env(safe-area-inset-bottom))}}
.product-visual>.product-gallery{display:flex;justify-content:flex-start;gap:8px;overflow-x:auto;border-top:1px solid #d0d5dd;padding-top:12px}.product-gallery button{flex:0 0 64px;width:64px;height:64px;overflow:hidden;border:2px solid transparent;border-radius:9px;background:#fff;padding:0}.product-gallery button.selected{border-color:var(--gold-dark)}.product-gallery img{display:block;width:100%;height:100%;object-fit:cover}.product-information{margin:18px 0 22px}.product-information>p{margin:0 0 16px;color:var(--muted);font-size:15px;line-height:1.65}.product-specifications{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--line)}.product-specifications>div{min-width:0;background:#fff;padding:10px 12px}.product-specifications dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.product-specifications dd{margin:4px 0 0;color:var(--ink);font-size:13px;font-weight:700;line-height:1.4;overflow-wrap:anywhere}@media(max-width:700px){.product-visual>.product-gallery{margin-top:8px}.product-gallery button{flex-basis:58px;width:58px;height:58px}.product-specifications{grid-template-columns:1fr}.product-information{margin-bottom:18px}}
@media(max-width:390px){.availability-banner h1{font-size:29px}.door-card-copy{min-height:174px}.door-card strong{font-size:14px}}
.shop-header-actions{display:flex;align-items:center;gap:14px}.shop-header-actions>a{color:var(--nav);font-weight:800;text-decoration:none}@media(max-width:700px){.shop-header-actions{gap:10px}.shop-header-actions>a{font-size:12px}.shop-brand>span{display:none}}
.door-type-path{margin-bottom:14px;padding:18px;border:1px solid var(--line);border-radius:17px;background:#fff}.door-type-path h3{margin:5px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:500}.door-type-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.door-type-options button{min-height:92px;border:1px solid #d0d5dd;border-radius:13px;background:#fff;padding:15px;text-align:left}.door-type-options button:hover,.door-type-options button.selected{border:2px solid var(--gold);background:#fffaf0}.door-type-options b,.door-type-options small{display:block}.door-type-options b{font-size:16px}.door-type-options small{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.4}.fire-door-type-options{display:grid;grid-template-columns:auto minmax(180px,1fr) minmax(180px,1fr);align-items:center;gap:9px;margin-top:12px;padding:12px;border-radius:12px;background:var(--nav);color:#fff}.fire-door-type-options[hidden]{display:none}.fire-door-type-options span{font-size:12px;font-weight:850}.fire-door-type-options button{border:1px solid #ffffff55;border-radius:10px;background:#fff;color:var(--nav);padding:11px 13px;font-weight:850}.fire-door-type-options button.selected{border-color:var(--gold);background:var(--gold);color:#171717}.catalogue-controls.single-control{grid-template-columns:1fr}.door-choice-empty{background:#fff}
.accessory-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:14px}.accessory-steps button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:50px;border:1px solid #d0d5dd;border-radius:11px;background:#fff;color:#475467;padding:8px;font-size:13px;font-weight:800}.accessory-steps button span{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;border-radius:50%;background:#edf1f6;color:var(--nav);font-size:11px}.accessory-steps button.active{border-color:var(--gold);background:#fffaf0;color:var(--nav)}.accessory-steps button.active span{background:var(--gold)}.accessory-step-actions{display:flex;justify-content:flex-end;gap:9px;margin:-4px 0 15px}.accessory-step-actions button,.additional-accessory-request button{border:1px solid var(--nav);border-radius:10px;background:#fff;color:var(--nav);padding:10px 15px;font-weight:850}.accessory-step-actions button.primary,.additional-accessory-request button{border-color:var(--gold);background:var(--gold);color:#171717}.additional-accessory-request{margin-top:18px;padding:20px;border:1px solid var(--line);border-radius:15px;background:#fff}.additional-accessory-request[hidden]{display:none}.additional-accessory-request h3{margin:0 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:500}.additional-accessory-request p{margin:0 0 12px;color:var(--muted);line-height:1.5}.additional-accessory-request textarea{display:block;width:100%;min-height:105px;margin-bottom:11px;border:1px solid #cfd4dc;border-radius:10px;padding:12px 13px;font:inherit;resize:vertical}
@media(max-width:700px){.door-type-options{grid-template-columns:1fr}.fire-door-type-options{grid-template-columns:1fr 1fr}.fire-door-type-options span{grid-column:1/-1}.accessory-steps{grid-template-columns:1fr 1fr}.accessory-steps button:last-child{grid-column:1/-1}}

/* Clear, touch-friendly door family choices. */
.door-type-options button {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  grid-template-areas: "title mark" "copy mark";
  column-gap: 14px;
  align-items: center;
  cursor: pointer;
  color: var(--nav);
  box-shadow: 0 5px 16px #1018280a;
  transition: border-color .18s, background .18s, box-shadow .18s, transform .18s;
}

.door-type-options button::after {
  content: "";
  grid-area: mark;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid #c7cdd5;
  border-radius: 50%;
  background: #fff;
  color: #101820;
  font-size: 15px;
  font-weight: 900;
}

.door-type-options button:hover {
  transform: translateY(-1px);
  border-color: var(--gold);
  box-shadow: 0 10px 22px #10182812;
}

.door-type-options button.selected::after {
  content: "✓";
  border-color: var(--gold);
  background: var(--gold);
}

.door-type-options b {
  grid-area: title;
  min-width: 0;
  font-size: 17px;
  line-height: 1.25;
}

.door-type-options small {
  grid-area: copy;
  min-width: 0;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.45;
}

@media(max-width:700px) {
  .door-type-path {
    padding: 18px 16px;
  }

  .door-type-path h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.2;
  }

  .door-type-options {
    gap: 10px;
  }

  .door-type-options button {
    width: 100%;
    min-height: 88px;
    padding: 15px 16px;
    border: 1px solid #d5dae1;
    border-radius: 14px;
    background: #fff;
    text-align: left;
  }

  .door-type-options button.selected {
    border: 2px solid var(--gold);
    background: #fffaf0;
    padding: 14px 15px;
  }
}

/* Soft editorial shop theme shared by the product pages. */
body {
  background: #f7f7f6;
}

.shop-header {
  border-bottom-color: #e9e7e3;
  background: #ffffffed;
  box-shadow: 0 8px 28px #1720330a;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

main {
  padding-top: 20px;
}

.availability-banner,
.floor-intro,
.lock-intro {
  border-radius: 28px;
  box-shadow: 0 18px 50px #10182819;
}

.journey-selector,
.door-type-path,
.catalogue-controls,
.additional-accessory-request {
  border-color: #e8e5df;
  border-radius: 22px;
  box-shadow: 0 10px 32px #10182809;
}

.journey-options button,
.choice-card,
.accessory-list label,
.floor-underlay-choice {
  border-color: #e2dfd9;
  border-radius: 16px;
  box-shadow: 0 5px 18px #10182808;
  transition: transform .18s, border-color .18s, box-shadow .18s, background .18s;
}

.journey-options button:hover,
.choice-card:hover,
.accessory-list label:hover,
.floor-underlay-choice:hover {
  transform: translateY(-1px);
  border-color: #c8a44a;
  box-shadow: 0 10px 24px #10182810;
}

.journey-options button.selected,
.choice-card.selected {
  border-color: #c8a44a;
  background: linear-gradient(145deg, #fffdf8, #fbf4e5);
  box-shadow: 0 10px 26px #c8a44a1a;
}

.shop-tabs {
  padding: 6px;
  border-color: #e6e3dd;
  border-radius: 18px;
  background: #ffffffed;
  box-shadow: 0 10px 30px #10182810;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.shop-tabs button {
  min-height: 48px;
  border-radius: 13px;
  transition: color .18s, background .18s, box-shadow .18s;
}

.shop-tabs button.active {
  background: #101a2c;
  box-shadow: 0 7px 18px #10182826;
}

.catalogue-controls input,
.catalogue-controls select,
.finish-row select,
.floor-area-field input,
.lock-quantity-field input,
.checkout-fields input,
.checkout-fields textarea {
  border-color: #dcd9d3;
  border-radius: 14px;
  background: #fbfbfa;
}

.door-grid {
  gap: 18px;
}

.door-card {
  border-color: #e7e4de;
  border-radius: 22px;
  box-shadow: 0 8px 28px #1018280c;
}

.door-card:hover {
  transform: translateY(-4px);
  border-color: #d8c49b;
  box-shadow: 0 18px 40px #10182818;
}

.door-card-image {
  position: relative;
  background: linear-gradient(145deg, #fafaf9, #f2f1ee);
}
.door-card-image.hover-swap img{position:absolute;inset:0}.door-card-image.hover-swap .secondary-image{opacity:0;transform:scale(1.02)}.door-card:hover .door-card-image.hover-swap .primary-image{opacity:0}.door-card:hover .door-card-image.hover-swap .secondary-image{opacity:1;transform:scale(1)}.door-card-image.hover-swap img{transition:opacity .28s ease,transform .35s ease}

.door-card-copy {
  padding: 16px;
}

.door-card-type {
  padding: 5px 9px;
  background: #f1efe9;
}

.show-more,
.browse-accessories,
.accessory-step-actions button,
.additional-accessory-request button {
  border-color: #dedbd5;
  border-radius: 999px;
  box-shadow: 0 6px 18px #1018280b;
}

.product-dialog,
.next-step-dialog,
.checkout-dialog,
.basket-drawer > section {
  border-radius: 26px;
  box-shadow: 0 32px 90px #10182838;
}

@media(max-width:700px) {
  main {
    padding: 12px 13px 58px;
  }

  .availability-banner,
  .floor-intro,
  .lock-intro {
    border-radius: 22px;
  }

  .journey-selector,
  .door-type-path,
  .catalogue-controls {
    border-radius: 20px;
  }

  .journey-options {
    gap: 10px;
  }

  .journey-options button {
    min-height: 78px;
    padding: 15px 16px;
  }

  .shop-tabs {
    top: 72px;
    margin-bottom: 20px;
    border-radius: 18px;
  }

  .shop-tabs button {
    padding: 11px 10px;
    font-size: 15px;
    line-height: 1.25;
  }

  .door-grid {
    gap: 11px;
  }

  .door-card {
    border-radius: 18px;
  }

  .door-card-copy {
    padding: 12px;
  }

  .product-dialog,
  .next-step-dialog,
  .checkout-dialog {
    border-radius: 0;
  }

  .basket-drawer > section {
    border-radius: 24px 0 0 24px;
  }
}
.door-card:active .door-card-image.hover-swap .primary-image{opacity:0}.door-card:active .door-card-image.hover-swap .secondary-image{opacity:1;transform:scale(1)}
