.kitchen-page { overflow-x: hidden; }
.kitchen-page .site-header { background: rgba(255,255,255,.94); }

.kitchen-hero { position: relative; overflow: hidden; padding: 72px 0 112px; background: linear-gradient(180deg,#f8fbff 0%,#fff 100%); }
.kitchen-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(10,65,143,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,65,143,.035) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom,black,transparent 88%); }
.kitchen-hero-glow { position: absolute; width: 630px; height: 630px; right: -170px; top: -220px; border-radius: 50%; background: radial-gradient(circle,rgba(22,112,234,.17),rgba(22,112,234,0) 68%); pointer-events: none; }
.kitchen-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: center; }
.kitchen-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 34px; color: var(--muted); font-size: 11px; font-weight: 700; }
.kitchen-breadcrumbs a:hover { color: var(--blue-600); }
.kitchen-hero-copy h1 { max-width: 650px; margin: 13px 0 22px; font-size: clamp(49px,6vw,76px); line-height: .99; letter-spacing: -.055em; }
.kitchen-hero-copy h1 span { display: block; color: var(--blue-600); }
.kitchen-hero-lead { max-width: 650px; margin: 0; color: var(--text); font-size: 17px; line-height: 1.78; }
.kitchen-hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 31px; }
.kitchen-text-link { color: var(--blue-800); font-size: 12px; font-weight: 800; }
.kitchen-text-link span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.kitchen-text-link:hover span { transform: translateY(4px); }
.kitchen-hero-points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 24px; margin-top: 33px; }
.kitchen-hero-points div { display: flex; gap: 10px; align-items: center; color: var(--text); font-size: 11px; }
.kitchen-hero-points span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 24px; border: 1px solid #c9def8; border-radius: 50%; color: var(--blue-600); background: #f4f9ff; }

.kitchen-hero-visual { position: relative; min-height: 620px; will-change: transform; }
.kitchen-hero-main { position: absolute; inset: 14px 34px 38px 0; overflow: hidden; border: 8px solid #fff; border-radius: 36px; background: linear-gradient(135deg,#dfe8f3,#eef3f8); box-shadow: var(--shadow-md); }
.kitchen-hero-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.kitchen-hero-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(6,26,54,.48)); pointer-events: none; }
.kitchen-hero-visual:hover .kitchen-hero-main img { transform: scale(1.035); }
.kitchen-image-label { position: absolute; left: 24px; bottom: 22px; z-index: 2; padding: 10px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; background: rgba(5,25,52,.5); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.kitchen-hero-secondary { position: absolute; left: -49px; bottom: 0; z-index: 3; width: 242px; height: 184px; overflow: hidden; border: 7px solid #fff; border-radius: 24px; background: #e8eef6; box-shadow: 0 22px 55px rgba(13,48,88,.2); }
.kitchen-hero-secondary img { width: 100%; height: 100%; object-fit: cover; }
.kitchen-hero-secondary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 38%,rgba(5,25,52,.67)); }
.kitchen-hero-secondary span { position: absolute; z-index: 2; left: 15px; right: 15px; bottom: 14px; color: #fff; font-size: 10px; font-weight: 800; }
.kitchen-hero-badge { position: absolute; top: 0; right: 0; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid #d1e1f4; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.kitchen-hero-badge > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--blue-600); background: var(--blue-100); font-size: 19px; }
.kitchen-hero-badge strong,.kitchen-hero-badge small { display: block; }
.kitchen-hero-badge strong { font-size: 12px; }
.kitchen-hero-badge small { color: var(--muted); font-size: 9px; }
.kitchen-hero-main.image-missing::before { content: "Dodajte fotografije u /images/kuhinjske-ploce/"; position: absolute; inset: 0; display: grid; place-items: center; padding: 40px; color: var(--blue-800); text-align: center; font-weight: 800; }

.kitchen-trust { position: relative; z-index: 4; margin-top: -48px; }
.kitchen-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-md); }
.kitchen-trust-grid article { position: relative; display: flex; gap: 15px; align-items: center; min-height: 116px; padding: 26px 25px; }
.kitchen-trust-grid article:not(:last-child)::after { content: ""; position: absolute; top: 25px; bottom: 25px; right: 0; width: 1px; background: var(--line); }
.kitchen-trust-grid article > span { color: #c7d9ec; font-size: 24px; font-weight: 800; }
.kitchen-trust-grid strong,.kitchen-trust-grid small { display: block; }
.kitchen-trust-grid strong { font-size: 13px; }
.kitchen-trust-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; }

.kitchen-section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; margin-bottom: 37px; }
.kitchen-section-heading h2,.edge-heading h2,.kitchen-gallery-heading h2 { margin: 7px 0 0; font-size: clamp(36px,4.5vw,55px); line-height: 1.08; letter-spacing: -.04em; }
.kitchen-section-heading > p,.kitchen-gallery-heading > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; justify-self: end; }

.kitchen-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.kitchen-detail-card { position: relative; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg,#fff,#f8fbff); box-shadow: var(--shadow-sm); }
.kitchen-detail-card::before { content: ""; position: absolute; width: 190px; height: 190px; right: -85px; top: -95px; border-radius: 50%; background: radial-gradient(circle,rgba(22,112,234,.12),transparent 67%); }
.kitchen-detail-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.kitchen-detail-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--blue-600); background: var(--blue-100); font-size: 25px; }
.kitchen-detail-number { color: #d5e1ee; font-size: 26px; font-weight: 800; }
.kitchen-detail-card h3 { position: relative; z-index: 2; margin: 20px 0 9px; font-size: 25px; }
.kitchen-detail-card p { position: relative; z-index: 2; max-width: 580px; margin: 0; color: var(--muted); font-size: 12px; }
.kitchen-option-switch { position: relative; z-index: 2; display: inline-flex; gap: 5px; margin: 24px 0 19px; padding: 5px; border-radius: 13px; background: #eaf1f9; }
.kitchen-option-switch button { padding: 9px 13px; border: 0; border-radius: 9px; color: #62748b; background: transparent; font-size: 10px; font-weight: 800; transition: .2s ease; }
.kitchen-option-switch button.active { color: #fff; background: var(--blue-700); box-shadow: 0 7px 17px rgba(11,86,189,.2); }
.kitchen-option-visual { position: relative; z-index: 2; height: 145px; overflow: hidden; border: 1px solid #dce6f1; border-radius: 20px; background: linear-gradient(180deg,#f4f8fd,#fff); }
.countertop-line { position: absolute; left: 11%; right: 11%; top: 56px; height: 23px; border: 1px solid #6c86a8; border-radius: 5px; background: linear-gradient(180deg,#dce6f0,#b8c9db); box-shadow: 0 7px 14px rgba(16,40,72,.12); }
.sink-shape,.cooktop-shape { position: absolute; left: 50%; transition: .35s cubic-bezier(.2,.8,.2,1); }
.sink-shape { width: 126px; height: 74px; border: 4px solid #2d587f; border-radius: 8px 8px 35px 35px; background: linear-gradient(180deg,#f9fcff,#cfdce7); }
.sink-top { top: 43px; transform: translateX(-50%); }
.sink-under { top: 67px; transform: translateX(-50%); }
.cooktop-shape { width: 145px; height: 21px; border: 3px solid #27384e; border-radius: 6px; background: #101722; box-shadow: inset 0 0 0 2px #45576e; }
.cooktop-top { top: 43px; transform: translateX(-50%); }
.cooktop-flush { top: 56px; transform: translateX(-50%); }

.edge-section { background: var(--soft); }
.edge-heading { max-width: 720px; margin: 0 auto 39px; text-align: center; }
.edge-heading p { max-width: 620px; margin: 14px auto 0; color: var(--muted); }
.edge-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.edge-card { position: relative; display: grid; grid-template-rows: 170px auto; min-height: 345px; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 26px; color: var(--ink); background: #fff; text-align: left; box-shadow: var(--shadow-sm); transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease; }
.edge-card:hover { transform: translateY(-6px); border-color: #b8d4f6; box-shadow: var(--shadow-md); }
.edge-card.active { border-color: var(--blue-600); box-shadow: 0 21px 55px rgba(22,112,234,.16); }
.edge-preview { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg,#e9f1f9,#fbfdff); }
.edge-preview::after { content: ""; position: absolute; left: 16%; right: 16%; bottom: 23px; height: 12px; border-radius: 50%; background: rgba(28,61,101,.13); filter: blur(9px); }
.edge-shape { position: relative; z-index: 2; display: block; width: 70%; height: 86px; border: 1px solid #406da2; background: linear-gradient(180deg,#4081da,#2c63b0); box-shadow: inset 0 1px 0 rgba(255,255,255,.35),0 14px 26px rgba(27,78,142,.18); }
.edge-flat { clip-path: polygon(0 0,91% 0,100% 12%,100% 100%,0 100%); }
.edge-half { border-radius: 0 42px 0 0; }
.edge-full { width: 43%; justify-self: start; margin-left: 15%; border-radius: 0 52px 52px 0; }
.edge-card-copy { display: block; padding: 24px 25px 28px; }
.edge-card-copy strong,.edge-card-copy small { display: block; }
.edge-card-copy strong { font-size: 17px; }
.edge-card-copy strong em { display: block; margin-top: 3px; color: var(--blue-600); font-size: 10px; font-style: normal; text-transform: uppercase; }
.edge-card-copy small { margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.edge-check { position: absolute; top: 14px; right: 14px; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #c7d8eb; border-radius: 50%; color: transparent; background: rgba(255,255,255,.86); transition: .2s ease; }
.edge-card.active .edge-check { border-color: var(--blue-600); color: #fff; background: var(--blue-600); }
.edge-selected { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 23px; padding: 16px 19px; border: 1px solid #d4e1ef; border-radius: 16px; background: #fff; }
.edge-selected span { color: var(--muted); font-size: 11px; }
.edge-selected strong { color: var(--blue-800); font-size: 12px; }
.edge-selected a { margin-left: auto; color: var(--blue-700); font-size: 11px; font-weight: 800; }

.kitchen-materials-section { background: #fff; }
.kitchen-material-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 21px; }
.kitchen-material-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .3s ease,box-shadow .3s ease; }
.kitchen-material-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.kitchen-material-image { position: relative; height: 225px; overflow: hidden; background: #e8eef5; }
.kitchen-material-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.kitchen-material-card:hover img { transform: scale(1.06); }
.kitchen-material-image span { position: absolute; left: 16px; top: 16px; padding: 8px 10px; border-radius: 999px; color: #fff; background: rgba(5,25,52,.64); backdrop-filter: blur(8px); font-size: 9px; font-weight: 800; }
.kitchen-material-card > div:last-child { padding: 23px; }
.kitchen-material-card h3 { margin: 0 0 7px; font-size: 23px; }
.kitchen-material-card p { margin: 0 0 17px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.kitchen-material-card a { color: var(--blue-700); font-size: 11px; font-weight: 800; }

.kitchen-specs-section { background: linear-gradient(145deg,#f4f8fd,#fff); }
.kitchen-specs-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.kitchen-specs-copy h2 { margin: 9px 0 15px; font-size: clamp(37px,4.5vw,54px); line-height: 1.08; letter-spacing: -.04em; }
.kitchen-specs-copy p { margin: 0 0 25px; color: var(--muted); }
.kitchen-specs-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.kitchen-specs-cards article { position: relative; min-height: 195px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: var(--shadow-sm); }
.kitchen-specs-cards article::after { content: ""; position: absolute; width: 120px; height: 120px; right: -53px; top: -55px; border-radius: 50%; background: rgba(22,112,234,.07); }
.kitchen-specs-cards span { display: block; margin-bottom: 19px; color: var(--blue-600); font-size: 28px; font-weight: 800; }
.kitchen-specs-cards h3 { margin: 0 0 8px; font-size: 16px; }
.kitchen-specs-cards p { margin: 0; color: var(--muted); font-size: 10px; }
.kitchen-spec-wide { grid-column: 1 / -1; }

.kitchen-gallery-section { background: #fff; }
.kitchen-gallery-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 30px; }
.kitchen-gallery-heading strong { color: var(--blue-700); }
.kitchen-gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 230px; gap: 15px; }
.kitchen-gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 22px; background: linear-gradient(135deg,#dfe8f2,#f4f7fb); box-shadow: var(--shadow-sm); }
.kitchen-gallery-featured { grid-column: span 2; grid-row: span 2; }
.kitchen-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1),filter .35s ease; }
.kitchen-gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(5,24,50,.35)); opacity: 0; transition: opacity .3s ease; }
.kitchen-gallery-item:hover img { transform: scale(1.055); filter: saturate(1.05); }
.kitchen-gallery-item:hover::after { opacity: 1; }
.kitchen-gallery-zoom { position: absolute; right: 14px; bottom: 14px; z-index: 2; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: rgba(5,24,50,.46); backdrop-filter: blur(8px); opacity: 0; transform: translateY(5px); transition: .25s ease; }
.kitchen-gallery-item:hover .kitchen-gallery-zoom { opacity: 1; transform: translateY(0); }
.kitchen-gallery-item.image-missing { min-height: 220px; }
.kitchen-gallery-item.image-missing::before { content: "Dodajte fotografiju u folder kuhinjske-ploce"; position: absolute; inset: 0; display: grid; place-items: center; padding: 25px; color: var(--muted); text-align: center; font-size: 11px; font-weight: 800; }

.kitchen-process-section { background: var(--soft); }
.kitchen-process-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; padding: 45px; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: var(--shadow-sm); }
.kitchen-process-intro h2 { margin: 8px 0 13px; font-size: clamp(35px,4vw,48px); line-height: 1.1; }
.kitchen-process-intro p { color: var(--muted); }
.kitchen-process-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.kitchen-process-list article { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 21px; border: 1px solid var(--line); border-radius: 20px; background: #fbfdff; transition: transform .25s ease,border-color .25s ease; }
.kitchen-process-list article:hover { transform: translateY(-4px); border-color: #bad5f7; }
.kitchen-process-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--blue-600); background: var(--blue-100); font-size: 11px; font-weight: 800; }
.kitchen-process-list h3 { margin: 0 0 6px; font-size: 14px; }
.kitchen-process-list p { margin: 0; color: var(--muted); font-size: 10px; }

.kitchen-faq-section { background: #fff; }
.kitchen-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; align-items: start; }
.kitchen-faq-intro h2 { margin: 8px 0 14px; font-size: clamp(35px,4.2vw,50px); line-height: 1.1; }
.kitchen-faq-intro p { margin: 0 0 23px; color: var(--muted); }
.kitchen-faq-list { display: grid; gap: 12px; }
.kitchen-faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 8px 24px rgba(16,40,72,.05); }
.kitchen-faq-list summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 22px; list-style: none; font-size: 12px; font-weight: 800; cursor: pointer; }
.kitchen-faq-list summary::-webkit-details-marker { display: none; }
.kitchen-faq-list summary span { color: var(--blue-600); font-size: 21px; transition: transform .25s ease; }
.kitchen-faq-list details[open] summary span { transform: rotate(45deg); }
.kitchen-faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: 11px; }

.kitchen-cta-section { padding: 0 0 100px; background: #fff; }
.kitchen-cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: 49px 52px; border-radius: 34px; color: #fff; background: linear-gradient(135deg,#072b5e,#0c66d8); box-shadow: var(--shadow-md); }
.kitchen-cta-panel::before { content: ""; position: absolute; width: 340px; height: 340px; right: 110px; top: -250px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.kitchen-cta-panel::after { content: ""; position: absolute; width: 210px; height: 210px; right: -75px; bottom: -145px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.kitchen-cta-panel > * { position: relative; z-index: 2; }
.kitchen-cta-panel .section-label { color: #a1ceff; }
.kitchen-cta-panel h2 { max-width: 800px; margin: 9px 0 8px; font-size: clamp(33px,4vw,48px); line-height: 1.1; }
.kitchen-cta-panel p { margin: 0; color: rgba(255,255,255,.68); }

.kitchen-lightbox { width: min(1100px,calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 22px; overflow: hidden; color: #fff; background: #071426; box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.kitchen-lightbox::backdrop { background: rgba(2,11,23,.86); backdrop-filter: blur(7px); }
.kitchen-lightbox figure { margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; min-height: min(760px,calc(100vh - 80px)); }
.kitchen-lightbox img { width: 100%; height: 100%; max-height: calc(100vh - 100px); object-fit: contain; background: #050e1c; }
.kitchen-lightbox figcaption { padding: 13px 60px; color: rgba(255,255,255,.7); text-align: center; font-size: 12px; }
.kitchen-lightbox-close,.kitchen-lightbox-nav { position: absolute; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #fff; background: rgba(5,20,39,.66); backdrop-filter: blur(8px); }
.kitchen-lightbox-close { top: 14px; right: 14px; width: 43px; height: 43px; font-size: 25px; }
.kitchen-lightbox-nav { top: 50%; width: 50px; height: 50px; transform: translateY(-50%); font-size: 36px; }
.kitchen-lightbox-prev { left: 17px; }
.kitchen-lightbox-next { right: 17px; }

@media (max-width: 1100px) {
  .kitchen-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .kitchen-hero-visual { min-height: 525px; }
  .kitchen-trust-grid { grid-template-columns: repeat(2,1fr); }
  .kitchen-trust-grid article:nth-child(2)::after { display: none; }
  .kitchen-trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .kitchen-gallery-grid { grid-template-columns: repeat(3,1fr); }
  .kitchen-specs-grid,.kitchen-faq-grid { gap: 45px; }
}

@media (max-width: 860px) {
  .kitchen-hero { padding-top: 52px; }
  .kitchen-hero-grid { grid-template-columns: 1fr; }
  .kitchen-hero-copy { max-width: 720px; }
  .kitchen-hero-visual { min-height: 590px; }
  .kitchen-section-heading,.kitchen-specs-grid,.kitchen-process-panel,.kitchen-faq-grid { grid-template-columns: 1fr; }
  .kitchen-section-heading { gap: 17px; }
  .kitchen-section-heading > p { justify-self: start; }
  .kitchen-detail-grid { grid-template-columns: 1fr; }
  .edge-grid,.kitchen-material-grid { grid-template-columns: 1fr; }
  .edge-card { grid-template-columns: .75fr 1.25fr; grid-template-rows: auto; min-height: 220px; }
  .edge-card-copy { align-self: center; }
  .kitchen-gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 230px; }
  .kitchen-process-panel { gap: 30px; padding: 38px; }
  .kitchen-cta-panel { grid-template-columns: 1fr; }
  .kitchen-cta-panel .button { justify-self: start; }
}

@media (max-width: 600px) {
  .kitchen-hero { padding: 38px 0 78px; }
  .kitchen-breadcrumbs { margin-bottom: 23px; }
  .kitchen-hero-copy h1 { font-size: 47px; }
  .kitchen-hero-lead { font-size: 15px; }
  .kitchen-hero-points { grid-template-columns: 1fr; }
  .kitchen-hero-actions { align-items: stretch; }
  .kitchen-hero-actions .button { width: 100%; }
  .kitchen-text-link { width: 100%; text-align: center; }
  .kitchen-hero-visual { min-height: 455px; }
  .kitchen-hero-main { inset: 0 24px 38px 0; border-width: 6px; border-radius: 26px; }
  .kitchen-hero-secondary { left: -5px; width: 185px; height: 145px; }
  .kitchen-hero-badge { top: 18px; right: 0; max-width: 210px; padding: 12px; }
  .kitchen-hero-badge > span { display: none; }
  .kitchen-trust-grid { grid-template-columns: 1fr; }
  .kitchen-trust-grid article { padding: 19px 21px; }
  .kitchen-trust-grid article:not(:last-child) { border-bottom: 1px solid var(--line); }
  .kitchen-trust-grid article::after { display: none !important; }
  .kitchen-section-heading h2,.edge-heading h2,.kitchen-gallery-heading h2 { font-size: 38px; }
  .kitchen-detail-card { padding: 23px; }
  .kitchen-option-switch { display: grid; width: 100%; }
  .kitchen-option-visual { height: 135px; }
  .edge-card { grid-template-columns: 1fr; grid-template-rows: 160px auto; min-height: 340px; }
  .edge-selected { align-items: flex-start; flex-direction: column; }
  .edge-selected a { margin-left: 0; }
  .kitchen-material-image { height: 205px; }
  .kitchen-specs-cards { grid-template-columns: 1fr; }
  .kitchen-spec-wide { grid-column: auto; }
  .kitchen-specs-cards article { min-height: 150px; padding: 22px; }
  .kitchen-gallery-heading { align-items: flex-start; flex-direction: column; }
  .kitchen-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 255px; }
  .kitchen-gallery-featured { grid-column: auto; grid-row: auto; }
  .kitchen-process-panel { padding: 26px 21px; border-radius: 25px; }
  .kitchen-process-list { grid-template-columns: 1fr; }
  .kitchen-process-list article { grid-template-columns: 40px 1fr; padding: 18px; }
  .kitchen-faq-list summary { padding: 17px 18px; }
  .kitchen-faq-list details p { padding: 0 18px 19px; }
  .kitchen-cta-panel { padding: 34px 25px; border-radius: 25px; }
  .kitchen-lightbox-nav { width: 42px; height: 42px; }
  .kitchen-lightbox-prev { left: 8px; }
  .kitchen-lightbox-next { right: 8px; }
}
