.calc{--cal-primary: #B89B6E;--cal-primary-dark: #9E8558;--cal-dark: #2C2420;--cal-mid: #7A6555;--cal-border: #E8DDD3;--cal-bg-light: #FAF8F5;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:0;border:1px solid var(--cal-border);border-radius:var(--radius-lg);overflow:hidden;background:#fff;color:var(--cal-dark);font-family:var(--font-body);margin-top:2rem}.calc__header{grid-column:1 / -1;padding:2rem 2rem 1.5rem;background:#fff;border-bottom:1px solid var(--cal-border)}.calc__eyebrow{font-family:var(--font-heading);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--cal-primary);margin:0 0 .5rem}.calc__heading{font-family:var(--font-heading);font-size:1.75rem;color:var(--cal-dark);margin:0 0 .5rem;line-height:1.15}.calc__sub{font-size:.9rem;color:var(--cal-mid);margin:0;line-height:1.55;max-width:700px}.calc__body{display:flex;flex-direction:column}.calc__section{padding:1.75rem 2rem;background:#fff;border-bottom:1px solid var(--cal-border)}.calc__section--alt{background:var(--cal-bg-light)}.calc__section:last-child{border-bottom:none}.calc__section-head{display:flex;align-items:center;gap:.85rem;margin-bottom:1.25rem}.calc__section-head h3{font-family:var(--font-heading);font-size:1.25rem;color:var(--cal-dark);margin:0}.calc__badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--cal-primary);color:#fff;font-family:var(--font-heading);font-size:.7rem;font-weight:700;letter-spacing:.05em;flex-shrink:0}.calc__note{font-size:.85rem;color:var(--cal-mid);line-height:1.55;max-width:560px;margin:0 0 1rem}.calc__tip{margin-top:.85rem;font-size:.85rem;color:var(--cal-primary);font-weight:500}.calc__row{display:flex;flex-direction:column;gap:.75rem}.calc__toggle{flex:1;display:flex;flex-direction:column;gap:.2rem;align-items:center;text-align:center;padding:1rem 1.25rem;border:1px solid var(--cal-border);border-radius:12px;background:#fff;color:var(--cal-mid);font-family:var(--font-heading);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.calc__toggle span{font-size:.72rem;font-weight:400;text-transform:none;letter-spacing:0;opacity:.75;color:inherit}.calc__toggle:hover{border-color:var(--cal-primary)}.calc__toggle.is-selected{background:var(--cal-primary);color:#fff;border-color:var(--cal-primary)}.calc__extras{display:flex;flex-direction:column;gap:.75rem}.calc__extra{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;background:#fff;border:1px solid var(--cal-border);border-radius:12px}.calc__extra-label{font-weight:600;color:var(--cal-dark);font-size:.95rem}.calc__extra-note{margin:.2rem 0 0;font-size:.78rem;color:var(--cal-mid)}.calc__yesno{display:flex;gap:.4rem;flex-shrink:0}.calc__yn{padding:.55rem 1.1rem;background:#fff;border:1px solid var(--cal-border);border-radius:8px;color:var(--cal-mid);font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.calc__yn:hover{border-color:var(--cal-primary)}.calc__yn.is-selected{background:var(--cal-primary);color:#fff;border-color:var(--cal-primary)}.calc__estimate{padding:2rem;background:var(--cal-dark);color:#fff;display:flex;flex-direction:column;gap:.5rem;position:sticky;top:calc(var(--header-height) + 1rem);align-self:start;max-height:calc(100vh - var(--header-height) - 2rem);overflow:auto}.calc__estimate-label{font-family:var(--font-heading);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--cal-primary);margin:0}.calc__estimate-range{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.calc__estimate-sub{font-size:.85rem;color:#ffffffb8;margin:0 0 .75rem}.calc__estimate-disclaimer{font-size:.72rem;color:#ffffff8c;line-height:1.6;margin:0 0 .5rem}.calc__cta{margin-top:.5rem;text-align:center;justify-content:center}@media(min-width:640px){.calc__row{flex-direction:row}}@media(max-width:900px){.calc{grid-template-columns:minmax(0,1fr);margin-left:-1rem;margin-right:-1rem}.calc__header,.calc__body,.calc__section,.calc__estimate{min-width:0}.calc__header,.calc__section,.calc__estimate{padding-left:1.25rem;padding-right:1.25rem}.calc__estimate-range{font-size:1.4rem}.calc__estimate{position:static;max-height:none;border-top:1px solid var(--cal-border)}}#deck-calc .calc__dims{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.75rem}#deck-calc .calc__field{display:flex;flex-direction:column;gap:.35rem}#deck-calc .calc__field>span{font-family:var(--font-heading);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--cal-mid)}#deck-calc .calc__field input,#deck-calc .calc__field select{padding:.75rem .9rem;font-family:var(--font-heading);font-size:1rem;color:var(--cal-dark);background:#fff;border:1px solid var(--cal-border);border-radius:10px;width:100%;outline:none;transition:border-color .2s}#deck-calc .calc__field input:focus,#deck-calc .calc__field select:focus{border-color:var(--cal-primary)}#deck-calc .calc__area{font-family:var(--font-heading);font-size:1.1rem;color:var(--cal-dark);margin:0 0 1.5rem}#deck-calc .calc__area strong{color:var(--cal-primary)}#deck-calc .calc__subhead{font-family:var(--font-heading);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--cal-mid);margin-bottom:.75rem}#deck-calc .calc__materials{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}#deck-calc .calc__material{overflow:hidden;border:2px solid var(--cal-border);border-radius:14px;background:#fff;padding:0;text-align:left;cursor:pointer;transition:border-color .2s,background .2s;display:flex;flex-direction:column}#deck-calc .calc__material img{width:100%;height:120px;object-fit:cover;display:block;background:#f5efe8}#deck-calc .calc__material-body{padding:.9rem 1rem}#deck-calc .calc__material h4{font-family:var(--font-heading);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .2rem;color:var(--cal-dark)}#deck-calc .calc__material p{font-size:.78rem;color:var(--cal-mid);margin:0}#deck-calc .calc__material:hover{border-color:var(--cal-primary)}#deck-calc .calc__material.is-selected{border-color:var(--cal-primary);background:#fbf7f3}@media(max-width:600px){#deck-calc .calc__materials{grid-template-columns:1fr}}.kurnell-video-section{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:center}.kurnell-video-copy .section-label{margin-bottom:.5rem}.kurnell-video-copy .section-heading{margin-bottom:1rem}.kurnell-video-desc{color:var(--color-text-body);line-height:1.7;max-width:560px}.kurnell-video-wrap{justify-self:end;width:100%;max-width:340px}.kurnell-video{display:block;width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:var(--radius-lg);background:#000;box-shadow:0 12px 32px #00000026}@media(max-width:820px){.kurnell-video-section{grid-template-columns:1fr;gap:2rem}.kurnell-video-wrap{justify-self:center;max-width:280px}}
