:root {
  --navy: #07182c;
  --navy-deep: #04101f;
  --navy-soft: #0d2745;
  --orange: #f36b2b;
  --orange-light: #ff8c4f;
  --cream: #f4f1ea;
  --ink: #0b1e35;
  --muted: #617087;
  --line: rgba(7, 24, 44, .13);
  --white: #fff;
  --radius: 5px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.topbar { background: var(--navy-deep); color: #a9b7c9; font-size: 12px; letter-spacing: .02em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--orange); vertical-align: 1px; }
.topbar-links { display: flex; gap: 22px; }
.topbar a:hover { color: var(--white); }
.site-header { position: absolute; z-index: 5; top: 34px; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.15); color: var(--white); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 36px; height: 36px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 8px 7px; border: 1px solid rgba(243,107,43,.75); border-radius: 50%; }
.brand-mark span { display: block; background: var(--orange); border-radius: 2px 2px 0 0; }
.brand-mark span:nth-child(1) { height: 53%; }.brand-mark span:nth-child(2) { height: 100%; }.brand-mark span:nth-child(3) { height: 72%; }
.brand-copy { display: grid; gap: 0; line-height: 1; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 17px; letter-spacing: .16em; }
.brand-copy small { margin-top: 5px; color: #a9b7c9; font-size: 7px; letter-spacing: .11em; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 500; }
.main-nav > a:not(.nav-cta) { color: #c4ced9; transition: color .2s ease; }.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(243,107,43,.7); color: var(--white); border-radius: 3px; }.nav-cta span { margin-left: 10px; color: var(--orange-light); }
.menu-toggle { display: none; }
.hero { position: relative; min-height: 760px; overflow: hidden; display: flex; align-items: center; background: var(--navy); color: var(--white); }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,31,.97) 0%, rgba(4,16,31,.85) 32%, rgba(4,16,31,.16) 73%, rgba(4,16,31,.35) 100%), url("assets/hero-kitchen.png") center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(4,16,31,.65)); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; padding-top: 100px; }
.hero-content { max-width: 660px; padding: 80px 0 100px; }.eyebrow, .section-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--orange-light); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }.eyebrow span, .section-kicker span { width: 27px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }.hero h1 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(50px, 7vw, 86px); line-height: .99; letter-spacing: -.065em; font-weight: 800; }.hero h1 em, h2 em { color: var(--orange-light); font-style: normal; }
.hero-lead { max-width: 480px; margin: 28px 0 32px; color: #c3cfdb; font-size: 18px; line-height: 1.6; }.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 51px; padding: 0 21px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }.button:hover { transform: translateY(-2px); }.button span { font-size: 18px; line-height: 1; }.button-primary { background: var(--orange); color: var(--white); }.button-primary:hover { background: #ff7b3d; }.button-ghost { border-color: rgba(255,255,255,.4); color: var(--white); }.button-ghost:hover { border-color: var(--white); }.hero-note { display: flex; align-items: center; gap: 10px; max-width: 410px; margin-top: 34px; color: #aab8c9; font-size: 12px; }.note-icon { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange-light); font-size: 11px; }.hero-side { display: flex; justify-content: flex-end; align-items: flex-end; align-self: end; padding-bottom: 118px; }.hero-card { width: 245px; padding: 24px; border: 1px solid rgba(255,255,255,.24); border-radius: 3px; background: rgba(7,24,44,.46); backdrop-filter: blur(8px); }.card-label, .form-top { color: var(--orange-light); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.hero-card strong { display: block; margin-top: 12px; font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: -.03em; }.hero-card p { margin: 5px 0 20px; color: #a9b7c9; font-size: 12px; line-height: 1.5; }.hero-card a { color: var(--white); font-size: 12px; font-weight: 700; }.hero-card a span { margin-left: 9px; color: var(--orange-light); }.hero-scroll { position: absolute; z-index: 2; bottom: 32px; left: max(32px, calc((100% - 1180px) / 2)); display: flex; align-items: center; gap: 11px; color: #95a6ba; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.hero-scroll span { display: block; width: 28px; height: 1px; background: var(--orange); }
.section-space { padding: 132px 0; }.intro-grid { display: grid; grid-template-columns: .75fr 1.5fr .6fr; gap: 64px; }.section-kicker { color: var(--orange); margin-bottom: 25px; }.intro-copy h2, .section-heading h2, .process-intro h2 { max-width: 660px; margin-bottom: 23px; font-family: "Manrope", sans-serif; font-size: clamp(38px, 4.6vw, 62px); line-height: 1.03; letter-spacing: -.06em; }.intro-copy p { max-width: 585px; margin-bottom: 27px; color: var(--muted); font-size: 17px; line-height: 1.75; }.text-link, .service-link { color: var(--orange); font-size: 13px; font-weight: 700; }.text-link span, .service-link span { display: inline-block; margin-left: 10px; font-size: 17px; transition: transform .2s ease; }.text-link:hover span, .service-link:hover span { transform: translate(3px,-3px); }.intro-aside { align-self: end; border-left: 1px solid var(--line); padding-left: 25px; }.mini-stat { display: flex; align-items: baseline; gap: 13px; margin: 0 0 28px; }.mini-stat:last-child { margin-bottom: 0; }.mini-stat strong { font-family: "Manrope", sans-serif; color: var(--orange); font-size: 33px; letter-spacing: -.08em; }.mini-stat span { color: var(--muted); font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .05em; }
.services { background: #ebe7df; }.section-heading { display: grid; grid-template-columns: .75fr 1.2fr .75fr; gap: 64px; align-items: end; margin-bottom: 58px; }.section-heading .section-kicker { align-self: start; }.section-heading h2 { margin: 0; }.section-heading > p { max-width: 280px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cfc9be; }.service-card { position: relative; min-height: 405px; padding: 38px 34px 31px; background: var(--cream); overflow: hidden; }.service-card-featured { background: var(--navy); color: var(--white); }.service-icon { width: 47px; height: 47px; margin-bottom: 42px; color: var(--orange); }.service-icon svg { width: 100%; height: 100%; }.service-number { position: absolute; top: 39px; right: 34px; color: var(--muted); font-family: "Manrope", sans-serif; font-size: 13px; }.service-card-featured .service-number { color: #718198; }.service-card h3 { margin-bottom: 18px; font-family: "Manrope", sans-serif; font-size: 26px; line-height: 1.16; letter-spacing: -.045em; }.service-card p { max-width: 270px; margin-bottom: 27px; color: var(--muted); font-size: 14px; line-height: 1.65; }.service-card-featured p { color: #a9b7c9; }.service-link { position: absolute; bottom: 32px; }.service-card-featured .service-link { color: var(--orange-light); }
.statement { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }.statement-glow { position: absolute; width: 560px; height: 560px; top: -220px; right: -70px; border: 1px solid rgba(243,107,43,.18); border-radius: 50%; box-shadow: 0 0 0 85px rgba(243,107,43,.03), 0 0 0 170px rgba(243,107,43,.025); }.statement-grid { position: relative; display: grid; grid-template-columns: .75fr 1fr 1fr; gap: 64px; }.section-kicker.light { color: var(--orange-light); }.statement-copy h2 { margin: 0 0 23px; font-family: "Manrope", sans-serif; font-size: clamp(40px, 4.8vw, 64px); line-height: 1.02; letter-spacing: -.065em; }.statement-copy p { max-width: 460px; margin: 0; color: #a9b7c9; font-size: 16px; line-height: 1.75; }.pillars { align-self: end; padding-top: 15px; }.pillar { display: flex; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); }.pillar:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }.pillar > span { color: var(--orange-light); font-size: 11px; font-weight: 700; }.pillar strong { display: block; margin-bottom: 4px; font-family: "Manrope", sans-serif; font-size: 15px; }.pillar p { margin: 0; color: #93a6bb; font-size: 12px; }
.process { background: #f7f4ef; }.process { }.process-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 64px; margin-bottom: 62px; }.process-intro .section-kicker { align-self: start; }.process-intro h2 { margin: 0; }.process-list { margin-left: calc(25% + 16px); border-top: 1px solid var(--line); }.process-item { display: grid; grid-template-columns: 70px 1fr 30px; gap: 20px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }.process-index { color: var(--orange); font-size: 12px; font-weight: 700; }.process-item h3 { margin: 0 0 4px; font-family: "Manrope", sans-serif; font-size: 18px; letter-spacing: -.025em; }.process-item p { margin: 0; color: var(--muted); font-size: 13px; }.process-arrow { color: var(--orange); font-size: 21px; text-align: right; }
.contact { background: var(--navy-deep); color: var(--white); }.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 120px; align-items: center; }.contact-copy h2 { margin: 0 0 24px; font-family: "Manrope", sans-serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.065em; }.contact-copy > p { max-width: 400px; color: #a9b7c9; font-size: 16px; }.contact-details { margin-top: 50px; }.contact-details a { display: flex; gap: 16px; align-items: center; width: fit-content; margin: 18px 0; }.detail-icon { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(243,107,43,.62); border-radius: 50%; color: var(--orange-light); font-size: 14px; }.contact-details small { display: block; color: #7f93aa; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.contact-details strong { display: block; margin-top: 2px; font-family: "Manrope", sans-serif; font-size: 15px; }.contact-details a:hover strong { color: var(--orange-light); }.contact-form-card { padding: 35px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.045); }.form-top { display: flex; justify-content: space-between; align-items: center; }.form-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }.contact-form-card h3 { margin: 22px 0 5px; font-family: "Manrope", sans-serif; font-size: 27px; }.contact-form-card > p { margin-bottom: 26px; color: #9cafc2; font-size: 13px; }.contact-form-card label { display: block; margin-bottom: 15px; color: #b6c3d1; font-size: 11px; }.contact-form-card input, .contact-form-card select { display: block; width: 100%; height: 45px; margin-top: 6px; padding: 0 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; outline: none; background: rgba(0,0,0,.14); color: var(--white); font-size: 13px; }.contact-form-card select { color: #a9b7c9; }.contact-form-card option { color: var(--ink); }.contact-form-card input::placeholder { color: #6f8299; }.contact-form-card input:focus, .contact-form-card select:focus { border-color: var(--orange); }.button-full { width: 100%; margin-top: 7px; }.form-status { min-height: 19px; margin-top: 11px; color: var(--orange-light); font-size: 11px; }
.site-footer { background: #030c18; color: #a9b7c9; }.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 118px; }.brand-footer { color: var(--white); }.footer-top p { margin: 0; font-size: 12px; }.footer-up { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--orange-light); font-size: 17px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }.footer-bottom a:hover { color: var(--orange-light); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .2s; }
@media (max-width: 900px) { .container { width: min(100% - 42px, 680px); }.topbar-links { display: none; }.site-header { top: 34px; }.nav-wrap { height: 76px; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; width: 36px; height: 36px; justify-content: center; border: 1px solid rgba(255,255,255,.35); background: transparent; cursor: pointer; }.menu-toggle span { width: 16px; height: 1px; margin: 0 auto; background: var(--white); }.main-nav { position: absolute; top: 75px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 21px 21px; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.15); }.main-nav.open { display: flex; }.main-nav > a { padding: 13px 0; }.nav-cta { text-align: center; }.hero { min-height: 760px; }.hero-grid { grid-template-columns: 1fr; padding-top: 105px; }.hero-content { padding: 65px 0 40px; }.hero-side { display: none; }.hero-scroll { left: 21px; }.intro-grid, .section-heading, .statement-grid { grid-template-columns: 1fr; gap: 25px; }.intro-grid { gap: 30px; }.intro-aside { display: flex; gap: 35px; border-left: 0; border-top: 1px solid var(--line); padding: 23px 0 0; }.section-heading { margin-bottom: 40px; }.section-heading > p { max-width: 500px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 330px; }.statement-glow { right: -300px; }.pillars { margin-top: 14px; }.process-intro { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }.process-list { margin-left: 0; }.contact-grid { grid-template-columns: 1fr; gap: 60px; }.contact-form-card { max-width: 560px; }.footer-top { align-items: flex-start; flex-wrap: wrap; }.footer-top p { width: 100%; order: 3; }.footer-bottom { flex-direction: column; gap: 7px; } }
@media (max-width: 520px) { .container { width: min(100% - 34px, 680px); }.section-space { padding: 88px 0; }.hero { min-height: 715px; }.hero-content { padding-top: 50px; }.hero h1 { font-size: 53px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-note { margin-top: 25px; }.intro-copy h2, .section-heading h2, .process-intro h2 { font-size: 40px; }.service-card { min-height: 315px; padding: 30px 26px; }.service-number { top: 31px; right: 26px; }.service-icon { margin-bottom: 30px; }.service-card h3 { font-size: 24px; }.contact-copy h2 { font-size: 43px; }.contact-form-card { padding: 25px 21px; }.footer-top { min-height: 145px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } * { transition-duration: .01ms !important; } }

/* Orijin brand direction: logo red, black and white */
:root { --navy: #0b0b0d; --navy-deep: #050505; --navy-soft: #1a1a1d; --orange: #e41620; --orange-light: #ff3b43; --cream: #f7f7f5; --ink: #111214; --muted: #65666a; }
.brand-image { display: block; width: 108px; height: 56px; overflow: hidden; border-radius: 3px; background: #fff; box-shadow: 0 5px 16px rgba(0,0,0,.12); }
.brand-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 49%; }
.brand-copy strong { letter-spacing: .1em; }
.brand-copy small { color: #aeb4bc; }
.hero-image { background: linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.87) 31%, rgba(5,5,5,.23) 73%, rgba(5,5,5,.45) 100%), linear-gradient(125deg, rgba(228,22,32,.23), transparent 44%), url("assets/hero-kitchen.png") center / cover no-repeat; }
.topbar { background: #000; }
.nav-cta { border-color: rgba(228,22,32,.8); }.nav-cta span { color: var(--orange-light); }
.eyebrow, .section-kicker { color: var(--orange-light); }.note-icon, .detail-icon { border-color: var(--orange); color: var(--orange-light); }
.button-primary { background: var(--orange); }.button-primary:hover { background: #f12731; }
.service-card-featured { background: #0b0b0d; }
.service-card { background: #fff; }.services { background: #eeeeec; }.service-grid { background: #d2d2cf; }
.brand-footer .brand-image { width: 96px; height: 50px; }.brand-footer .brand-copy strong { color: #fff; }
.contact-form-card input:focus, .contact-form-card select:focus { border-color: var(--orange); }

/* Service photography and matching contact placement */
.topbar-links { align-items: center; gap: 18px; }
.topbar-phones { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar-phones i { color: #68717c; font-style: normal; }
.hero-card-phone { display: grid; gap: 3px; font-size: 16px !important; }
.hero-card-phone a:hover, .phone-pair a:hover { color: var(--orange-light); }
.contact-phone-row { display: flex; align-items: center; gap: 16px; width: fit-content; margin: 18px 0; }
.contact-phone-row > span:last-child { display: block; }
.phone-pair { display: flex; flex-wrap: wrap; gap: 5px 13px; margin-top: 2px; font-family: "Manrope", sans-serif; font-size: 15px; }
.service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card { min-height: 446px; padding: 0 25px 31px; }
.service-photo { height: 162px; margin: 0 -25px 22px; overflow: hidden; background: #d9d9d7; }
.service-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-photo img { transform: scale(1.035); }
.service-number { top: 174px; right: 25px; padding: 4px 7px; background: rgba(255,255,255,.91); color: #111214; }
.service-card-featured .service-number { background: rgba(5,5,5,.76); color: #fff; }
.service-card h3 { font-size: 21px; }
.service-card p { font-size: 13px; }
@media (max-width: 1120px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 420px; padding-right: 30px; padding-left: 30px; }
  .service-photo { margin-right: -30px; margin-left: -30px; }
  .service-number { right: 30px; }
}
@media (max-width: 900px) {
  .topbar-links { display: flex; gap: 12px; }
  .topbar-links > a:first-of-type { display: none; }
  .topbar { font-size: 10px; }
}
@media (max-width: 560px) {
  .topbar-inner { min-height: 40px; }
  .topbar-inner > span { font-size: 9px; }
  .topbar-links { margin-left: auto; gap: 5px; }
  .topbar-links > a:last-child { display: none; }
  .topbar-phones { gap: 4px; font-size: 9px; }
  .hero-card { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; padding: 0 26px 31px; }
  .service-photo { height: 190px; margin-right: -26px; margin-left: -26px; }
  .service-number { top: 202px; right: 26px; }
  .service-card h3 { font-size: 24px; }
}
.service-card-featured { background: #0b0b0d; color: #fff; }

/* Narrow-screen layout: contain every section within the device viewport. */
@media (max-width: 560px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  html { scrollbar-width: none; }
  html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .container { width: calc(100% - 32px); max-width: 100%; }
  .topbar-inner { gap: 8px; flex-wrap: nowrap; }
  .topbar-inner > span { min-width: 0; white-space: nowrap; font-size: clamp(8px, 2.35vw, 9px); }
  .topbar-links { min-width: 0; flex-shrink: 0; }
  .topbar-phones { font-size: clamp(8px, 2.25vw, 9px); letter-spacing: 0; }
  .site-header { top: 40px; }
  .nav-wrap { height: 68px; gap: 10px; }
  .brand { min-width: 0; gap: 9px; }
  .brand-image { width: 88px; height: 46px; flex: 0 0 auto; }
  .brand-copy { min-width: 0; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 6px; letter-spacing: .08em; }
  .menu-toggle { flex: 0 0 34px; width: 34px; height: 34px; }
  .hero { min-height: 0; }
  .hero-grid { min-width: 0; grid-template-columns: minmax(0, 1fr); gap: 0; padding-top: 120px; }
  .hero-content { min-width: 0; padding: 25px 0 58px; }
  .eyebrow { max-width: 100%; gap: 8px; margin-bottom: 20px; font-size: 9px; line-height: 1.5; letter-spacing: .1em; }
  .eyebrow span { flex: 0 0 22px; width: 22px; }
  .hero h1 { max-width: 100%; font-size: clamp(38px, 10.5vw, 43px); line-height: 1.04; letter-spacing: -.055em; overflow-wrap: normal; }
  .hero-lead { max-width: 36rem; margin: 20px 0 23px; font-size: 15px; line-height: 1.6; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { min-height: 50px; padding-inline: 15px; font-size: 13px; }
  .hero-note { align-items: flex-start; max-width: 100%; margin-top: 23px; font-size: 11px; line-height: 1.55; }
  .note-icon { flex: 0 0 18px; margin-top: 1px; }
  .hero-scroll { bottom: 20px; left: 16px; }
  .intro-grid, .section-heading, .statement-grid, .contact-grid, .process-intro { min-width: 0; }
  .intro-copy h2, .section-heading h2, .process-intro h2 { font-size: clamp(34px, 9.5vw, 40px); }
  .section-heading { gap: 20px; }
  .service-card { min-width: 0; }
  .service-photo { width: calc(100% + 52px); }
  .contact-form-card { min-width: 0; }
  .footer-top, .footer-bottom { min-width: 0; }
  .footer-bottom { overflow-wrap: anywhere; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 28px); }
  .topbar-inner > span { font-size: 7.5px; }
  .topbar-phones { font-size: 7.5px; gap: 3px; }
  .brand-image { width: 78px; height: 42px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 5.5px; }
  .hero-grid { padding-top: 112px; }
  .hero h1 { font-size: clamp(35px, 10vw, 38px); }
}

/* Search landing pages for each service */
.service-detail-hero { min-height: 620px; display: flex; align-items: center; padding: 170px 0 90px; background: linear-gradient(90deg, rgba(5,5,5,.94), rgba(5,5,5,.76) 48%, rgba(5,5,5,.32)), var(--detail-image) center / cover no-repeat; color: #fff; }
.service-detail-hero .container { width: min(1180px, calc(100% - 64px)); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 48px; color: #c3cbd5; font-size: 12px; }
.breadcrumbs a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 3px; }
.breadcrumbs span:last-child { color: #c3cbd5; }
.service-detail-hero h1 { max-width: 800px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(48px, 6.7vw, 76px); line-height: 1.02; letter-spacing: -.06em; }
.service-detail-hero h1 em { color: var(--orange-light); font-style: normal; }
.detail-lead { max-width: 620px; margin: 22px 0 28px; color: #d1d6de; font-size: 18px; line-height: 1.65; }
.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: start; }
.detail-grid h2 { max-width: 660px; margin: 0 0 24px; font-family: "Manrope", sans-serif; font-size: clamp(34px, 4.4vw, 55px); line-height: 1.06; letter-spacing: -.055em; }
.detail-body { max-width: 680px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.detail-facts { border-top: 1px solid var(--line); }
.detail-facts > div { position: relative; padding: 22px 0 20px 42px; border-bottom: 1px solid var(--line); }
.detail-facts > div > span { position: absolute; top: 25px; left: 0; color: var(--orange); font-size: 12px; font-weight: 700; }
.detail-facts strong { font-family: "Manrope", sans-serif; font-size: 16px; }
.detail-facts p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.detail-faq { padding: 92px 0; background: #efefed; }
.faq-inner { max-width: 820px; }
.faq-inner .section-kicker { margin-bottom: 24px; }
.faq-inner details { border-top: 1px solid rgba(17,18,20,.18); }
.faq-inner details:last-child { border-bottom: 1px solid rgba(17,18,20,.18); }
.faq-inner summary { padding: 20px 36px 20px 0; position: relative; cursor: pointer; list-style: none; font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 700; }
.faq-inner summary::-webkit-details-marker { display: none; }
.faq-inner summary::after { content: "+"; position: absolute; right: 4px; color: var(--orange); font-size: 23px; font-weight: 400; }
.faq-inner details[open] summary::after { content: "−"; }
.faq-inner details p { max-width: 680px; margin: -3px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.detail-cta { padding: 86px 0; background: var(--navy); color: #fff; }
.detail-cta .container { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.detail-cta h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(35px, 4.5vw, 54px); line-height: 1.04; letter-spacing: -.055em; }
.detail-cta .section-kicker { margin-bottom: 18px; }
.detail-cta .button { flex: 0 0 auto; }
@media (max-width: 900px) {
  .service-detail-hero { min-height: 560px; padding: 155px 0 72px; }
  .service-detail-hero .container { width: min(100% - 42px, 680px); }
  .breadcrumbs { margin-bottom: 38px; }
  .detail-grid { grid-template-columns: 1fr; gap: 42px; }
  .detail-facts { width: 100%; }
}
@media (max-width: 560px) {
  .service-detail-hero { min-height: 0; padding: 140px 0 62px; background-position: 58% center; }
  .service-detail-hero .container { width: calc(100% - 32px); }
  .breadcrumbs { gap: 7px; margin-bottom: 30px; font-size: 10px; }
  .service-detail-hero h1 { font-size: clamp(38px, 10vw, 46px); }
  .detail-lead { margin: 18px 0 22px; font-size: 15px; }
  .detail-grid { gap: 32px; }
  .detail-grid h2 { font-size: clamp(32px, 8.8vw, 39px); }
  .detail-faq { padding: 68px 0; }
  .faq-inner summary { font-size: 14px; }
  .detail-cta { padding: 68px 0; }
  .detail-cta .container { align-items: flex-start; flex-direction: column; gap: 24px; }
  .detail-cta h2 { font-size: 39px; }
}

/* Mobile-first finishing pass: calmer rhythm, readable type, no clipped columns. */
@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .container,
  .service-detail-hero .container { width: calc(100% - 36px); max-width: 560px; }

  .topbar-inner { gap: 8px; }
  .topbar-inner > span { min-width: 0; }
  .topbar-links { min-width: 0; }
  .topbar-phones { gap: 5px; }

  .hero { min-height: 0; }
  .hero-image { display: block; visibility: visible; opacity: 1; background: linear-gradient(90deg, rgba(5,5,5,.82), rgba(5,5,5,.50)), linear-gradient(0deg, rgba(5,5,5,.18), transparent), url("assets/hero-kitchen.png") 58% center / cover no-repeat; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 0; padding-top: 104px; }
  .hero-content { min-width: 0; padding: 34px 0 68px; }
  .eyebrow { flex-wrap: wrap; max-width: 100%; margin-bottom: 17px; font-size: 9px; line-height: 1.5; letter-spacing: .12em; }
  .eyebrow span { flex: 0 0 22px; }
  .hero h1 { max-width: 100%; font-size: clamp(35px, 9vw, 46px); line-height: 1.06; letter-spacing: -.055em; overflow-wrap: break-word; }
  .hero-lead { max-width: 38rem; margin: 19px 0 24px; font-size: 16px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero-actions .button { width: 100%; min-height: 52px; padding-inline: 16px; font-size: 14px; }
  .hero-note { align-items: flex-start; max-width: 100%; margin-top: 23px; font-size: 12px; line-height: 1.55; }
  .note-icon { flex: 0 0 18px; margin-top: 1px; }
  .hero-scroll { bottom: 20px; left: 18px; }
  .section-space { padding: 68px 0; }
  .intro-grid,
  .section-heading,
  .statement-grid,
  .process-intro,
  .contact-grid { min-width: 0; grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .section-kicker { margin-bottom: 7px; font-size: 10px; letter-spacing: .14em; }
  .intro-copy h2,
  .section-heading h2,
  .process-intro h2,
  .statement-copy h2,
  .contact-copy h2 { max-width: 100%; margin-bottom: 16px; font-size: clamp(31px, 8.2vw, 39px); line-height: 1.12; letter-spacing: -.05em; overflow-wrap: break-word; }
  .intro-copy p,
  .statement-copy p,
  .contact-copy > p { font-size: 15px; line-height: 1.75; }
  .intro-aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; border: 0; padding: 0; }
  .mini-stat { min-width: 0; min-height: 84px; gap: 6px; flex-direction: column; align-items: flex-start; justify-content: center; margin: 0; padding: 13px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
  .mini-stat strong { font-size: clamp(20px, 6vw, 26px); letter-spacing: -.06em; }
  .mini-stat span { font-size: 10px; line-height: 1.4; }

  .section-heading { margin-bottom: 28px; }
  .section-heading > p { max-width: 38rem; margin: 0; font-size: 14px; line-height: 1.7; }
  .service-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; background: transparent; }
  .service-card { min-width: 0; min-height: 0; padding: 0 20px 58px; border: 1px solid rgba(17,18,20,.08); }
  .service-photo { width: calc(100% + 40px); height: clamp(150px, 48vw, 205px); margin: 0 -20px 18px; }
  .service-number { top: 12px; right: 12px; margin-top: 0; }
  .service-card h3 { max-width: 100%; margin: 0 0 10px; font-size: clamp(21px, 6vw, 25px); line-height: 1.22; letter-spacing: -.04em; overflow-wrap: break-word; }
  .service-card h3 br { display: none; }
  .service-card p { max-width: none; margin-bottom: 0; font-size: 14px; line-height: 1.65; }
  .service-link { bottom: 20px; left: 20px; }

  .statement-glow { width: 350px; height: 350px; top: -150px; right: -240px; }
  .pillars { margin-top: 8px; }
  .pillar { gap: 13px; padding: 16px 0; }
  .pillar strong { font-size: 14px; }
  .pillar p { font-size: 13px; line-height: 1.55; }

  .process-intro { margin-bottom: 26px; }
  .process-list { margin: 0; }
  .process-item { grid-template-columns: 36px minmax(0, 1fr) 18px; gap: 10px; padding: 20px 0; }
  .process-item h3 { font-size: 15px; line-height: 1.35; }
  .process-item p { font-size: 13px; line-height: 1.55; }

  .contact-grid { gap: 38px; }
  .contact-details { margin-top: 28px; }
  .contact-details > a,
  .contact-phone-row { width: 100%; min-width: 0; align-items: flex-start; gap: 12px; }
  .contact-details > a > span:last-child,
  .contact-phone-row > span:last-child { min-width: 0; }
  .contact-details strong { display: block; max-width: 100%; font-size: 14px; line-height: 1.55; overflow-wrap: anywhere; }
  .phone-pair { gap: 5px 10px; font-size: 14px; }
  .contact-form-card { min-width: 0; padding: 24px 19px; }
  .contact-form-card input,
  .contact-form-card select { width: 100%; min-width: 0; }

  .footer-top { display: grid; grid-template-columns: minmax(0, 1fr) 38px; align-items: center; gap: 16px; padding: 22px 0; }
  .footer-top > p { grid-column: 1 / -1; width: auto; order: initial; margin: 0; font-size: 13px; line-height: 1.6; }
  .brand-footer { min-width: 0; gap: 9px; }
  .brand-footer .brand-image { width: 76px; height: 40px; }
  .brand-footer .brand-copy strong { font-size: 14px; }
  .brand-footer .brand-copy small { font-size: 5.5px; }
  .footer-up { justify-self: end; }
  .footer-bottom { display: grid; gap: 8px; padding: 16px 0 20px; font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; }

  .service-detail-hero { min-height: 0; padding: 128px 0 58px; background-position: 58% center; }
  .breadcrumbs { gap: 7px; margin-bottom: 26px; font-size: 11px; }
  .service-detail-hero h1 { max-width: 100%; font-size: clamp(35px, 9vw, 45px); line-height: 1.08; letter-spacing: -.05em; overflow-wrap: break-word; }
  .detail-lead { margin: 17px 0 22px; font-size: 15px; line-height: 1.65; }
  .detail-grid { min-width: 0; grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .detail-grid h2 { font-size: clamp(29px, 8vw, 36px); line-height: 1.12; overflow-wrap: break-word; }
  .detail-body { font-size: 15px; line-height: 1.75; }
  .detail-faq { padding: 62px 0; }
  .faq-inner summary { padding: 17px 32px 17px 0; font-size: 14px; line-height: 1.5; }
  .faq-inner details p { font-size: 14px; line-height: 1.7; }
  .detail-cta { padding: 58px 0; }
  .detail-cta .container { align-items: stretch; flex-direction: column; gap: 20px; }
  .detail-cta h2 { font-size: clamp(30px, 8vw, 38px); line-height: 1.12; }
  .detail-cta .button { width: 100%; }
}

@media (max-width: 380px) {
  .container,
  .service-detail-hero .container { width: calc(100% - 28px); }
  .topbar-inner > span { font-size: 7px; letter-spacing: 0; }
  .topbar-phones { gap: 3px; font-size: 7px; }
  .brand-image { width: 74px; height: 40px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 5.5px; }
  .hero-grid { padding-top: 98px; }
  .hero-content { padding-top: 28px; }
  .hero h1 { font-size: clamp(32px, 8.8vw, 36px); }
  .hero-lead { font-size: 15px; }
  .hero-actions .button { font-size: 13px; }
  .section-space { padding: 58px 0; }
  .section-kicker { font-size: 9px; letter-spacing: .11em; }
  .service-card { padding-right: 16px; padding-left: 16px; }
  .service-photo { width: calc(100% + 32px); margin-right: -16px; margin-left: -16px; }
  .service-link { left: 16px; }
  .service-card h3 { font-size: 21px; }
  .process-item { grid-template-columns: 30px minmax(0, 1fr) 14px; gap: 8px; }
  .contact-form-card { padding-right: 16px; padding-left: 16px; }
}
