/* Bathroom atelier: expressive photography, deep green, warm metal and quiet typography. */
:root {
  --ink: #183b32;
  --muted: #5b675f;
  --paper: #faf8f3;
  --line: #dcded3;
  --accent: #875535;
  --accent-hover: #663f27;
  --mint: #e7ece3;
  --dark: #173c32;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body { background: var(--paper); }
.wrap { width: min(1400px, calc(100% - 112px)); }
h1, h2 { letter-spacing: -.045em; }
h3 { font-family: inherit; letter-spacing: -.02em; }
h2 { font-size: clamp(2.5rem, 4.1vw, 4rem); line-height: 1.09; }
h1 em, h2 em { color: var(--accent); }
.eyebrow { font-size: .8125rem; letter-spacing: .13em; font-weight: 600; line-height: 1.65; }
.section { padding: 105px 0; }
.section-heading { margin-bottom: 44px; gap: 45px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading p { font-size: 1rem; max-width: 560px; margin-top: 22px; }
.section-heading .text-link { margin-bottom: 8px; }
.button { background: var(--dark); border-radius: 50px; padding: 17px 25px; font-size: .9375rem; font-weight: 550; min-height: 54px; gap: 24px; }
.button:hover { background: #285444; transform: translateY(-2px); }
.button.secondary { border-color: #b6c1b1; }
.text-link { font-size: .9375rem; font-weight: 550; line-height: 1.6; gap: 14px; }
.text-link:hover { color: var(--accent); }
.pill { font-size: .875rem; padding: 11px 20px; background: #ffffff45; transition: background .2s, border-color .2s; }
.pill:hover { border-color: #829884; }
.note { color: #59665d; }

/* A lighter header leaves the photograph in the leading role. */
.topbar { background: #e9ede4; color: #354e40; font-size: .8125rem; }
.topbar .wrap { padding: 9px 0; }
.topbar .check { color: #5c7356; }
.header { border-bottom: 0; }
.nav { height: 96px; gap: 29px; }
.brand { gap: 12px; }
.brand-mark { width: 47px; height: 51px; border: 1px solid #78907e; border-radius: 25px 25px 5px 5px; font: 400 40px/.8 Georgia, serif; padding: 0 0 5px 3px; letter-spacing: -2px; }
.brand strong { font: 650 24px/1.15 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; letter-spacing: -.9px; }
.brand-digits { font-weight: 400; color: var(--accent); margin-left: 2px; }
.brand small { font-size: .75rem; letter-spacing: .05em; margin-top: 5px; }
.navlinks { gap: 26px; font-size: .875rem; font-weight: 500; }
.navlinks a { position: relative; }
.navlinks a[aria-current="page"] { color: var(--ink); }
.navlinks a[aria-current="page"]::after { content: ""; position: absolute; bottom: -9px; left: 0; right: 0; height: 1px; background: var(--accent); }
.nav>.button { font-size: .875rem; padding-inline: 22px; min-height: 49px; }
.menu-toggle { border-radius: 30px; border-color: #c0cbbc; padding: 11px 17px; font-size: .875rem; }

/* Full photographic opening, with a solid reading gradient behind the copy. */
.showcase-hero { position: relative; isolation: isolate; width: min(1600px, calc(100% - 40px)); margin: 0 auto 0; border-radius: 22px; background: #26392d; overflow: hidden; min-height: 710px; display: flex; align-items: center; color: #fff; }
.showcase-hero .hero-scene { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 65% 53%; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(11,27,20,.88) 0%,rgba(15,32,22,.66) 33%,rgba(17,35,25,.08) 70%),linear-gradient(0deg,rgba(11,26,18,.73),transparent 34%); }
.showcase-copy { padding: 79px 6% 175px; max-width: 860px; }
.showcase-copy .eyebrow { color: #f1e4cf; font-size: .8125rem; letter-spacing: .12em; margin-bottom: 26px; max-width: 390px; }
.showcase-copy h1 { font-size: clamp(3.7rem, 5.6vw, 5.8rem); line-height: 1.025; letter-spacing: -.048em; color: white; }
.showcase-copy h1 em { color: #e8d4b4; font-weight: 400; }
.showcase-copy>p { max-width: 370px; color: #fff8ec; margin-top: 26px; font-size: 1.0625rem; line-height: 1.8; }
.showcase-copy .hero-actions { gap: 27px; margin-top: 32px; }
.showcase-copy .button { background: #f7f1e5; color: #1b382b; border-color: #f7f1e5; }
.showcase-copy .button:hover { background: #e7d6b9; border-color: #e7d6b9; }
.hero-secondary { color: #fff; font-size: .9375rem; border-bottom: 1px solid #dedac5; padding: 8px 0; }
.hero-secondary:hover { color: #e8d4b4; }
.showcase-bottom { position: absolute; bottom: 34px; left: 6%; right: 5%; display: flex; justify-content: space-between; align-items: flex-end; gap: 25px; }
.hero-scroll { display: flex; align-items: center; gap: 15px; font-size: .875rem; color: #fff; }
.scroll-circle { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid #dbe1cc8c; border-radius: 50%; font-size: 1.25rem; transition: transform .2s; }
.hero-scroll:hover .scroll-circle { transform: translateY(3px); }
.hero-scroll small { display: block; color: #e0e1d4; font-size: .8125rem; margin-top: 5px; }
.showcase-caption { text-align: right; }
.showcase-caption>span { font-size: .75rem; letter-spacing: .12em; color: #f3eadc; }
.showcase-caption p { color: white; font: 400 1.5rem/1.5 Georgia, serif; margin: 6px 0; }
.showcase-caption small { font-size: .75rem; color: #e9e7db; }
.trust-strip { border-top: 0; border-bottom: 1px solid var(--line); padding: 36px 0; }
.trust-inner { gap: 32px; }
.trust-inner>span { font-size: .875rem; max-width: 150px; color: #657063; }
.brand-word { font-family: inherit; font-weight: 650; font-size: 22px; letter-spacing: -.045em; color: #526158; }
.brand-word:hover { color: var(--accent); }

/* Gallery-first style cards, with permanent readable captions. */
.style-discovery { padding-top: 96px; padding-bottom: 85px; }
.rail-toolbar { margin-bottom: 22px; }
.rail-toolbar .note { font-size: .875rem; }
.round-control { width: 49px; height: 49px; border-color: #bdc8b6; }
.style-rail { gap: 23px; padding-bottom: 28px; }
.style-rail .picture-card { flex-basis: 31.8%; }
.style-card { position: relative; isolation: isolate; overflow: hidden; border-radius: 14px; background: #344d3d; }
.style-card::after { content: ""; position: absolute; z-index: 0; inset: 30% 0 0; background: linear-gradient(0deg,#0c211bdf 0%,#10291d7a 40%,transparent 100%); pointer-events: none; }
.style-card img,.style-rail .style-card img { width: 100%; height: 460px; border-radius: 0; object-fit: cover; transition: transform .6s,filter .4s; }
.style-card:hover img { transform: scale(1.035); filter: brightness(1.04); }
.style-card .card-caption { position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; margin: 0; padding: 30px; align-items: flex-end; color: white; }
.style-card .card-caption h3 { font: 400 2.25rem/1.15 Georgia, serif; letter-spacing: -.045em; margin-top: 9px; }
.style-card .card-caption small { color: #f1eedf; font-size: .875rem; line-height: 1.55; margin: 0; }
.style-card .card-caption .round-arrow { width: 43px; height: 43px; border-color: #f1eedf73; font-size: 1.2rem; display: grid; }
.style-index .card-grid { gap: 28px; }
.section-soft { background: #edece3; }
#badkamerideeen { border-radius: 30px 30px 0 0; }
.discovery-links { margin-bottom: 42px; }
.discovery-links .pill { background: #ffffff73; }
.photo-wall { column-gap: 30px; }
.photo-wall .gallery-card { margin-bottom: 27px; padding-bottom: 7px; }
.gallery-open { border-radius: 15px; overflow: hidden; background: #e4e7de; }
.photo-wall .gallery-card img { border-radius: 0; transition: transform .6s,filter .3s; }
.gallery-open:hover img { transform: scale(1.025); filter: brightness(.97); }
.photo-badge { position: absolute; top: 14px; left: 14px; color: #f9f8f0; background: #17342cd9; border: 1px solid #ffffff25; border-radius: 25px; padding: 6px 10px; font-size: .75rem; line-height: 1.5; }
.gallery-expand { width: 43px; height: 43px; bottom: 15px; right: 15px; background: #fcfaf0f2; color: #173c32; transition: transform .25s; }
.gallery-open:hover .gallery-expand { transform: rotate(8deg); }
.photo-wall .gallery-caption { padding: 17px 2px 0; }
.photo-wall .gallery-caption h3 { font: 500 1rem/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; letter-spacing: -.01em; }
.photo-wall .gallery-caption .note { font-size: .8125rem; margin-top: 5px; display: block; }
.gallery-continue { padding-top: 42px; }
.gallery-continue>p { font-size: 2.15rem; }
.gallery-filters { padding-top: 18px; padding-bottom: 19px; background: #faf8f3f5; backdrop-filter: blur(16px); }
.gallery-toolbar { padding-bottom: 10px; margin-bottom: 27px; }
.gallery-toolbar p { color: var(--ink); font-weight: 550; }

/* Colour and rhythm continue through the practical content. */
.comfort-section { padding: 100px 0; }
.comfort-section .split { grid-template-columns: 1.12fr 1fr; gap: 90px; }
.comfort-section .split img { height: 600px; border-radius: 160px 14px 14px 14px; }
.comfort-section h2 { font-size: clamp(2.6rem,3.9vw,3.7rem); }
.section-dark h2 em { color: #ddc29a; }
.section-dark p { color: #d3ddd0; }
.section-dark .eyebrow { color: #e0c6a1; }
.section-dark .button.secondary:hover { background: #2c5446; }
.process-section { background: #f3f1e8; }
.steps-preview { gap: 24px; margin-top: 55px; }
.steps-preview>div { padding: 28px 25px 30px; border: 1px solid #d7ded0; border-radius: 12px; background: #fffdf6; }
.steps-preview>div:before { display: none; }
.steps-preview>div:nth-child(2) { background: #e8ecdf; }
.steps-preview>div:nth-child(3) { background: #e5ded0; }
.steps-preview>div:nth-child(4) { background: #254b3d; color: white; border-color: #254b3d; }
.steps-preview>div:nth-child(4) p { color: #e3e9dd; }
.steps-preview>div:nth-child(4) .step-number { color: #dec7a1; }
.steps-preview .step-number { font-size: 3.1rem; color: #6d735b; padding-bottom: 35px; }
.steps-preview h3 { font-size: 1.0625rem; line-height: 1.5; }
.steps-preview p { font-size: 1rem; line-height: 1.75; }
.part-grid { gap: 20px; }
.part-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 230px; padding: 28px; background: #e9ede3; border-color: transparent; border-radius: 13px; transition: transform .25s,box-shadow .25s; }
.part-card:nth-child(6n+2) { background: #eee3d4; }
.part-card:nth-child(6n+3) { background: #dde8e2; }
.part-card:nth-child(6n+4) { background: #244a3d; color: #fff; }
.part-card:nth-child(6n+5) { background: #e5e2d6; }
.part-card:nth-child(6n+6) { background: #e0e6d5; }
.part-card .part-number { font: 400 2.65rem/1.15 Georgia, serif; color: #71816b; margin-bottom: auto; padding-bottom: 30px; }
.part-card small { margin-bottom: 9px; font-size: .8125rem; }
.part-card h3 { font: 400 1.75rem/1.18 Georgia, serif; letter-spacing: -.035em; padding-right: 15px; overflow-wrap: anywhere; }
.part-card:nth-child(6n+4) small { color: #dbe7d3; }
.part-card:nth-child(6n+4) .part-number { color: #dfc9a5; }
.part-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px #173c320f; border-color: transparent; }
.part-arrow { right: 22px; bottom: 26px; top: auto; border: 1px solid #788a7055; border-radius: 50%; width: 33px; height: 33px; display: grid; place-items: center; font-size: 1.1rem; }
.guides-section { background: #fffdf9; }
.article-card { padding: 34px; border-color: #d8ddcf; border-radius: 13px; background: #faf9f2; transition: transform .25s,background .25s; }
.article-card:nth-child(3n+2) { background: #edf0e5; }
.article-card:nth-child(3n+3) { background: #f2e9dc; }
.article-card h3 { font: 400 1.85rem/1.25 Georgia, serif; letter-spacing: -.035em; }
.article-card .eyebrow { font-size: .8125rem; letter-spacing: .1em; }
.article-card p { font-size: 1rem; }
.article-card:hover { transform: translateY(-3px); background: #e5ebdf; }
.faq-list summary { font-family: inherit; font-size: 1rem; font-weight: 550; padding: 24px 0; }
.faq-list p { font-size: 1rem; }
.faq-list details>div { padding-bottom: 28px; }
.faq-list summary span { display: grid; place-items: center; border: 1px solid #bfccb8; border-radius: 50%; width: 31px; height: 31px; flex-shrink: 0; font-size: 1.25rem; }
.brand-grid { gap: 22px; }
.brand-card { min-height: 195px; border-radius: 12px; border-color: #d5ddcf; padding: 34px 29px 28px; background: #fffdf8; }
.brand-card:nth-child(4n+2) { background: #edf1e6; }
.brand-card:nth-child(4n+3) { background: #f0e8da; }
.brand-card small { font-size: .875rem; }
.brand-card:hover { background: #e2ebd9; border-color: #a6b39d; }

/* The editorial pages share the same visual language. */
.crumbs { font-size: .875rem; margin-top: 32px; color: #67725f; }
.page-heading { max-width: 1040px; padding: 38px 0 62px; }
.page-heading h1 { font-size: clamp(3.1rem,5.2vw,5.25rem); line-height: 1.075; overflow-wrap: break-word; hyphens: auto; }
.page-heading p { font-size: 1.0625rem; margin-top: 27px; max-width: 720px; line-height: 1.85; }
.page-heading .eyebrow { margin-bottom: 23px; }
.lead-image { height: 570px; border-radius: 16px; }
.article-layout { padding-top: 65px; gap: 90px; }
.prose>h2 { font-size: 2.15rem; line-height: 1.2; letter-spacing: -.035em; margin-top: 44px; }
.prose>p,.prose li { font-size: 1rem; color: #485c4e; }
.advice-card { background: #e5ebde; border-radius: 15px; padding: 35px; border: 1px solid #d0daca; }
.advice-card h3 { font: 400 1.8rem/1.23 Georgia, serif; letter-spacing: -.03em; }
.advice-card .eyebrow { font-size: .8125rem; }
.answer-box { background: #eee9dc; border-radius: 0 12px 12px 0; padding: 29px; }
.related-links a { background: #f1f2e9; border-color: #d4dccb; border-radius: 10px; min-height: 55px; }
.related-links a:hover { background: #e0e8d7; }
.timeline-step { padding: 30px 0 40px; }
.timeline-step .step-number { width: 60px; height: 60px; border-radius: 50%; background: #e5ebdc; display: grid; place-items: center; padding: 0; font-size: 1.7rem; }
.step-check { padding: 20px 24px; border-radius: 10px; font-size: .9375rem; }
.step-toc { border: 0; background: #e9eddf; border-radius: 15px; }
.area-grid>a { border: 0; border-radius: 12px; background: #e9eee2; padding: 30px 44px 30px 28px; }
.area-grid>a:nth-child(3n+2) { background: #eee4d5; }
.area-grid>a:nth-child(3n+3) { background: #dde9e0; }
.area-grid>a>span { font: 400 1.5rem/1.3 Georgia, serif; }
.area-grid p { font-size: .9375rem; }
.project-card img { height: 490px; border-radius: 14px; }
.project-card h3 { font: 400 1.9rem/1.2 Georgia, serif; }
.project-card .eyebrow { font-size: .75rem; }
.project-disclosure { background: #e9eee1; border: 0; border-radius: 12px; padding: 25px 30px; }
.contact-primary { background: #1b4034; color: white; padding: 48px; border-radius: 18px; }
.contact-primary .eyebrow { color: #e1c79e; }
.contact-primary p { color: #e1e8db; }
.contact-primary .button { background: #f3ebdc; color: #193d31; }
.contact-primary .button.secondary { background: transparent; color: #fff; border-color: #8c9e84; }
.contact-primary .button:hover { background: #d9c5a2; color: #183b32; }
.contact-primary .note { color: #dce6d5; font-size: .8125rem; }
.chosen-inspiration { background: #ede5d7; border: 0; border-radius: 15px; padding: 25px; }
.guide-search input { border-radius: 30px; padding-left: 23px; min-height: 59px; background: white; }
.table-scroll { border-radius: 12px; }
.choice-table th,.choice-table td { padding: 20px; font-size: .9375rem; }

/* A calm, distinct finish to each route. */
.cta-section { padding: 95px 0; background: #dedfca; }
.cta-inner { padding: 0; border: 0; background: transparent; border-radius: 0; align-items: center; gap: 70px; }
.cta-inner h2 { font-size: clamp(3.1rem,5vw,4.9rem); line-height: 1.05; }
.cta-inner h2 em { color: #785335; }
.cta-inner p { margin-top: 25px; font-size: 1rem; max-width: 560px; color: #445744; }
.cta-action { flex-shrink: 0; }
.cta-action .button { min-height: 59px; padding-inline: 31px; }
.cta-action>span { display: block; color: #52614a; font-size: .8125rem; line-height: 1.7; margin-top: 16px; text-align: center; max-width: 280px; }
.footer { background: #102e25; padding-top: 75px; }
.footer-grid { gap: 40px; }
.footer .brand-digits { color: #dcc297; }
.footer .brand-mark { border-color: #97ae8e; }
.footer p { color: #c6d5c1; font-size: .9375rem; }
.footer h3 { font-size: .9375rem; font-weight: 550; }
.footer ul { gap: 16px; }
.footer li a { color: #d0dac8; font-size: .875rem; }
.footer-bottom { color: #c7d0bd; font-size: .8125rem; padding-top: 28px; margin-top: 65px; padding-bottom: 10px; }
dialog { border-radius: 18px; box-shadow: 0 25px 100px #08170f99; }
dialog::backdrop { background: #07190fe3; }
.dialog-image { background: #17392d; padding: 12px; }
.dialog-caption { padding: 28px 32px; }
.dialog-caption h2 { font: 400 1.75rem/1.2 Georgia,serif; letter-spacing: -.03em; }
.dialog-caption .eyebrow { font-size: .8125rem; }
.dialog-nav .pill { background: #e7eddf; border-color: #d3ddc8; }
.dialog-close { width: 45px; height: 45px; }
.back-to-top { border-color: #c7d1bb; box-shadow: 0 6px 20px #14301d18; background: #fcfaf1; }
.spec-link { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:13px 0 4px; margin-top:10px; border-top:1px solid #cdd7c6; color:#214833; font-size:.875rem; line-height:1.5; font-weight:550; }
.spec-link:hover { color:var(--accent); }
.dialog-actions { display:flex; flex-direction:column; gap:15px; align-items:flex-start; flex-shrink:0; }
.dialog-actions .text-link { font-size:.8125rem; }

@media (max-width: 1200px) {
  .wrap { width: calc(100% - 64px); }
  .nav { gap: 24px; }
  .nav>.button { display: none; }
  .navlinks { gap: 27px; }
  .showcase-copy { padding-left: 6%; }
  .showcase-hero { min-height: 650px; }
  .style-rail .picture-card { flex-basis: 42%; }
  .style-card img,.style-rail .style-card img { height: 440px; }
  .comfort-section .split { gap: 50px; }
  .comfort-section .split img { height: 550px; }
  .article-layout { gap: 50px; }
  .part-card h3 { font-size: 1.55rem; }
  .steps-preview>div { padding: 24px 20px; }
  .footer-grid { gap: 26px; grid-template-columns: 1.5fr 1fr 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav { height: 84px; }
  .menu-toggle { display: block; }
  .navlinks { display: none; position: absolute; top: 84px; left: 0; right: 0; padding: 22px 32px 30px; border-bottom: 1px solid var(--line); background: var(--paper); flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 18px 25px #183b3212; }
  .navlinks.is-open { display: flex; }
  .navlinks a { padding: 13px 0; font-size: 1rem; }
  .navlinks a[aria-current="page"]::after { display: none; }
  .mobile-contact { display: block; }
  .showcase-copy { max-width: 690px; }
  .showcase-copy h1 { font-size: 4.4rem; }
  .showcase-copy .hero-actions { gap: 22px; }
  .showcase-caption>span { display: none; }
  .showcase-caption p { font-size: 1.25rem; }
  .hero-shade { background: linear-gradient(90deg,#0c241adf,#12291c99 50%,#152b231a),linear-gradient(0deg,#102019b3,transparent 35%); }
  .steps-preview { grid-template-columns: 1fr 1fr; }
  .comfort-section .split { gap: 35px; }
  .comfort-section .split img { height: 520px; border-top-left-radius: 100px; }
  .section-heading { gap: 25px; }
  .cta-inner { gap: 40px; }
  .cta-action { flex-shrink: 1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; gap: 42px 50px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .section { padding: 68px 0; }
  .eyebrow { font-size: .8125rem; letter-spacing: .1em; }
  .topbar .wrap { font-size: .75rem; padding: 8px 0; gap: 0; }
  .topbar span+span { margin-left: 12px; }
  .nav { height: 78px; gap: 12px; }
  .navlinks { top: 78px; padding-inline: 24px; }
  .brand { gap: 10px; }
  .brand strong { font-size: 22px; }
  .brand small { font-size: .75rem; letter-spacing: .035em; }
  .brand-mark { width: 40px; height: 46px; font-size: 36px; }
  .menu-toggle { padding: 10px 15px; }
  .showcase-hero { width: calc(100% - 24px); border-radius: 16px; min-height: 695px; }
  .showcase-copy { padding: 60px 26px 175px; max-width: 600px; }
  .showcase-copy .eyebrow { font-size: .75rem; letter-spacing: .09em; max-width: 270px; margin-bottom: 24px; }
  .showcase-copy h1 { font-size: clamp(2.9rem,8.9vw,4rem); line-height: 1.06; letter-spacing: -.05em; }
  .showcase-copy>p { font-size: 1rem; line-height: 1.75; max-width: 315px; margin-top: 24px; }
  .showcase-copy .hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 27px; }
  .showcase-copy .button { padding: 16px 22px; font-size: .875rem; gap: 23px; }
  .hero-secondary { font-size: .875rem; }
  .showcase-hero .hero-scene { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg,#0b2515e8,#10271ca1 68%,#162e2180),linear-gradient(0deg,#08180fe6,transparent 35%); }
  .showcase-bottom { bottom: 27px; left: 26px; right: 24px; gap: 16px; }
  .hero-scroll { font-size: .8125rem; gap: 11px; }
  .scroll-circle { width: 39px; height: 39px; }
  .hero-scroll small { font-size: .75rem; }
  .showcase-caption { max-width: 90px; }
  .showcase-caption p { display: none; }
  .showcase-caption small { font-size: .75rem; line-height: 1.65; display: block; }
  .trust-strip { padding: 29px 0; }
  .trust-inner { gap: 22px 30px; }
  .trust-inner>span { width: 100%; max-width: none; font-size: .8125rem; }
  .trust-inner>span br { display: none; }
  .brand-word { font-size: 19px; }
  .brand-word.vb { font-size: 17px; }
  .section-heading { gap: 24px; margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(2.35rem,7vw,3rem); letter-spacing: -.04em; }
  .section-heading p { font-size: 1rem; margin-top: 20px; }
  .section-heading .text-link { font-size: .875rem; }
  .rail-toolbar .note { font-size: .8125rem; max-width: 190px; }
  .round-control { width: 44px; height: 44px; }
  .rail-controls { gap: 7px; }
  .style-rail { gap: 17px; padding-bottom: 22px; }
  .style-rail .picture-card { flex-basis: 83%; min-width: 250px; }
  .style-card img,.style-rail .style-card img { height: 420px; }
  .style-card .card-caption { padding: 25px; gap: 14px; }
  .style-card .card-caption h3 { font-size: 2rem; }
  .style-card .card-caption small { font-size: .8125rem; }
  .style-card .card-caption .round-arrow { width: 37px; height: 37px; }
  .style-index .card-grid { grid-template-columns: 1fr; gap: 24px; }
  .discovery-links { margin-bottom: 27px; }
  #badkamerideeen { border-radius: 21px 21px 0 0; }
  .photo-wall { column-gap: 20px; }
  .gallery-open { border-radius: 12px; }
  .gallery-expand { width: 40px; height: 40px; }
  .photo-wall .gallery-card { margin-bottom: 26px; }
  .photo-wall .gallery-caption { padding-top: 15px; }
  .photo-wall .gallery-caption h3 { font-size: 1rem; }
  .photo-badge { top: 12px; left: 12px; }
  .gallery-continue { padding: 25px 0 0; gap: 19px; }
  .gallery-continue>p { font-size: 1.75rem; }
  .gallery-toolbar { margin-top: 18px; gap: 10px; }
  .gallery-filters { padding-top: 13px; padding-bottom: 14px; }
  .comfort-section .split { grid-template-columns: 1fr; gap: 33px; }
  .comfort-section .split img { height: 440px; border-radius: 100px 12px 12px 12px; }
  .comfort-section h2 { font-size: 2.65rem; }
  .comfort-section .split p { font-size: 1rem; }
  .steps-preview { gap: 15px; margin-top: 32px; }
  .steps-preview>div { padding: 25px 20px; }
  .steps-preview h3 { font-size: 1rem; }
  .steps-preview p { font-size: .9375rem; }
  .steps-preview .step-number { font-size: 2.7rem; padding-bottom: 24px; }
  .part-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .part-card { min-height: 213px; padding: 24px 19px; }
  .part-card .part-number { font-size: 2.3rem; padding-bottom: 30px; }
  .part-card h3 { font-size: 1.35rem; padding-right: 16px; line-height: 1.25; }
  .part-card small { font-size: .75rem; }
  .part-arrow { width: 27px; height: 27px; right: 13px; bottom: 25px; font-size: .9rem; }
  .article-card { padding: 30px 26px; }
  .article-card h3 { font-size: 1.8rem; }
  .article-card p { font-size: 1rem; }
  .brand-grid { gap: 14px; }
  .brand-card { min-height: 177px; padding: 29px 20px 24px; }
  .brand-card small { font-size: .8125rem; }
  .brand-display { font-size: 1.5rem; }
  .crumbs { margin-top: 25px; font-size: .8125rem; }
  .page-heading { padding: 22px 0 42px; }
  .page-heading h1 { font-size: clamp(2.6rem,8.8vw,3.7rem); letter-spacing: -.045em; }
  .page-heading p { font-size: 1rem; line-height: 1.8; margin-top: 23px; }
  .page-heading .eyebrow { font-size: .8125rem; margin-bottom: 19px; }
  .lead-image { height: 380px; border-radius: 12px; }
  .article-layout { gap: 30px; padding-top: 39px; }
  .prose>h2 { font-size: 1.9rem; }
  .advice-card { padding: 30px; }
  .answer-box { padding: 25px 23px; }
  .timeline-step { grid-template-columns: 44px 1fr; gap: 19px; }
  .timeline-step .step-number { width: 44px; height: 44px; font-size: 1.35rem; }
  .timeline-step h2 { font-size: 1.75rem; }
  .timeline-step p { font-size: 1rem; }
  .step-check { font-size: .875rem; padding: 18px; }
  .area-grid>a { padding: 25px 35px 25px 21px; }
  .area-grid>a>span { font-size: 1.3rem; }
  .area-grid p { font-size: .875rem; }
  .project-card img { height: 380px; }
  .project-card h3 { font-size: 1.8rem; }
  .contact-primary { padding: 35px 27px; }
  .contact-phone { font-size: 2.05rem; }
  .choice-table th,.choice-table td { padding: 17px; }
  .cta-inner { gap: 35px; align-items: flex-start; }
  .cta-inner h2 { font-size: 3.35rem; }
  .cta-inner p { font-size: 1rem; }
  .cta-action>span { text-align: left; }
  .footer { padding-top: 55px; }
  .footer-grid { gap: 42px 28px; }
  .footer-grid>div:first-child { grid-column: 1/-1; }
  .footer p { max-width: 340px; }
  .footer-bottom { margin-top: 45px; gap: 18px; font-size: .75rem; }
  .dialog-caption { padding: 25px 23px; }
  .dialog-caption h2 { font-size: 1.6rem; }
  .dialog-caption .eyebrow { font-size: .75rem; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 32px); }
  .brand strong { font-size: 20px; }
  .brand small { font-size: .75rem; letter-spacing: 0; }
  .brand-mark { width: 34px; height: 42px; font-size: 32px; }
  .menu-toggle { padding: 10px 13px; }
  .showcase-copy { padding-inline: 22px; }
  .showcase-copy h1 { font-size: 2.75rem; }
  .showcase-bottom { left: 22px; right: 20px; }
  .showcase-caption { max-width: 65px; }
  .hero-scroll { gap: 8px; }
  .scroll-circle { width: 34px; height: 34px; }
  .rail-toolbar .note { max-width: 165px; }
  .part-grid { grid-template-columns: 1fr; }
  .part-card { min-height: 195px; padding: 27px; }
  .part-card h3 { font-size: 1.75rem; }
  .part-card small { font-size: .8125rem; }
  .steps-preview { grid-template-columns: 1fr; }
  .brand-card { padding-inline: 16px; }
  .brand-display { font-size: 1.3rem; }
  .contact-phone { font-size: 1.85rem; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
  .style-card:hover img,.gallery-open:hover img,.gallery-open:hover .gallery-expand,.part-card:hover,.article-card:hover,.button:hover { transform: none; }
}
