:root {
  color-scheme: light;
  --ink: #16181d;
  --paper: #fafbfc;
  --muted: #545b66;
  --blue: #3155d9;
  --line: #d9dce3;
  --care-paper: #f8f6ee;
  --care-ink: #203b39;
  --care-teal: #216c68;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.7; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .3em; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; border-radius: 1px; }
.opening a:focus-visible, .contact-section a:focus-visible, .site-footer a:focus-visible { outline-color: #96adff; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
::selection { color: white; background: var(--blue); }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: 8px; left: 8px; padding: 12px 20px; z-index: 10; background: white; color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.opening { background: var(--ink); color: var(--paper); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 112px; border-bottom: 1px solid #3a3d45; }
.company-wordmark { text-decoration: none; font-size: 1.35rem; line-height: 1.2; font-weight: 600; letter-spacing: -.045em; }
.company-wordmark > span { font-size: .73rem; display: inline-block; vertical-align: top; margin: 3px 0 0 5px; letter-spacing: 0; font-weight: 500; }
.navigation { display: flex; flex-wrap: wrap; gap: clamp(24px, 3vw, 48px); align-items: center; }
.navigation a { text-decoration: none; font-size: .875rem; min-height: 44px; display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid transparent; }
.navigation a:hover { border-color: #b5c3ff; }
.hero { padding-top: clamp(65px, 7vw, 110px); padding-bottom: 65px; }
.eyebrow { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; display: flex; align-items: center; gap: 16px; margin-bottom: 35px; font-weight: 500; }
.accent-rule { width: 38px; height: 3px; background: #7190ff; }
h1 { font-size: clamp(2.75rem, 5.8vw, 5.6rem); line-height: 1.14; letter-spacing: -.055em; }
h1 > span { color: #b4bac5; }
.hero-bottom { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-top: 45px; }
.hero-bottom p { max-width: 620px; color: #c0c5cf; font-size: 1.125rem; line-height: 1.8; }
.text-link { display: inline-flex; gap: 26px; align-items: center; min-height: 44px; padding-block: 5px; font-size: .9375rem; line-height: 1.5; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--blue); width: fit-content; color: var(--blue); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px,-2px); }
.light-link { color: var(--paper); border-color: #829aff; white-space: nowrap; flex-shrink: 0; }
.focus-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #3a3d45; }
.focus-links a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; text-decoration: none; padding: 29px 34px 31px 0; font-size: .9375rem; }
.focus-links a + a { padding-left: 34px; padding-right: 0; border-left: 1px solid #3a3d45; }
.focus-number { color: #9cacdf; font-size: .8rem; }
.focus-links a:hover { color: #b8c7ff; }
.section-space { padding-block: clamp(75px, 9vw, 140px); }
.section-label { display: flex; gap: 24px; font-size: .875rem; font-weight: 500; margin-bottom: 44px; align-items: center; }
.section-label > span:first-child { color: var(--blue); }
.furniture-layout { display: grid; grid-template-columns: .9fr 1.25fr; gap: clamp(42px, 6vw, 96px); align-items: start; }
h2 { font-size: clamp(2.15rem, 3.55vw, 3.65rem); line-height: 1.2; letter-spacing: -.045em; }
.furniture-copy > p { font-size: 1rem; color: var(--muted); max-width: 490px; margin-top: 25px; }
.inquiry-block { margin-top: 35px; padding-top: 26px; border-top: 1px solid var(--line); }
.inquiry-block h3 { font-size: 1rem; font-weight: 600; }
.inquiry-block p { color: var(--muted); font-size: 1rem; margin-top: 8px; }
.inquiry-block a { margin-top: 20px; }
.furniture-image-wrap { aspect-ratio: 1.1; overflow: hidden; background: #e7e9ed; }
.furniture-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 61% 68%; transition: transform .7s ease; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) { .furniture-image-wrap:hover img { transform: scale(1.025); } }
figcaption { display: flex; justify-content: space-between; gap: 10px 18px; flex-wrap: wrap; font-size: .75rem; line-height: 1.6; color: var(--muted); margin-top: 15px; }
.care-section { background: #eef1f5; }
.care-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.care-heading p { font-size: 1.05rem; color: var(--muted); max-width: 580px; }
.care-showcase { display: grid; grid-template-columns: 1.3fr .8fr; gap: clamp(35px, 6vw, 90px); align-items: center; }
.screen-frame { aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid #d5d9df; border-radius: 14px; background: var(--care-paper); box-shadow: 0 14px 42px #16181d0c; }
/* Crop the 56px status bar from the 2048px-wide source at every display size. */
.screen-frame img { width: 100%; max-width: none; height: auto; margin-top: -2.734375%; }
.care-details { min-width: 0; }
.care-brand-panel { background: var(--care-paper); margin-bottom: 27px; display: flex; justify-content: center; align-items: center; padding: 0 12px; }
.care-brand { width: 300px; max-width: 100%; }
.development-label { color: var(--care-teal); border: 1px solid #a9c5c2; font-size: .75rem; font-weight: 500; display: inline-block; padding: 4px 11px; margin-bottom: 14px; }
.care-details p { color: #4e5d62; font-size: 1rem; line-height: 1.8; }
.care-details p + p { margin-top: 14px; }
.care-link { color: var(--care-teal); border-color: var(--care-teal); margin-top: 18px; }
.care-screen-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 7vw, 100px); max-width: 920px; margin: 64px auto 0; }
.detail-figure { width: 100%; max-width: 24rem; min-width: 0; justify-self: center; }
.portrait-screen { aspect-ratio: 1260 / 2591; overflow: hidden; border: 1px solid #d5d9df; border-radius: 14px; background: #fff; box-shadow: 0 14px 42px #16181d0c; }
.portrait-screen img { width: 100%; height: 100%; object-fit: contain; object-position: top; }
.detail-figure figcaption { display: block; margin-top: 20px; }
.detail-figure h3 { color: var(--ink); font-size: 1rem; font-weight: 600; }
.detail-figure figcaption p { margin-top: 6px; font-size: .9375rem; line-height: 1.7; }
.care-features { margin-top: 55px; padding-top: 25px; border-top: 1px solid #cdd3dc; display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; }
.care-features h3 { font-size: .9375rem; font-weight: 600; }
.care-features p { font-size: .875rem; margin-top: 8px; color: var(--muted); }
.contact-section { padding-block: clamp(72px, 8vw, 125px); background: var(--ink); color: var(--paper); }
.contact-section .section-label { color: #b4bac5; }
.contact-section .section-label > span:first-child { color: #96adff; }
.contact-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.contact-heading p { max-width: 440px; font-size: 1rem; color: #b4bac5; }
.contact-email { display: flex; align-items: center; justify-content: space-between; gap: 24px; text-decoration: none; font-size: clamp(1.1rem,3.3vw,2.7rem); font-weight: 500; line-height: 1.5; letter-spacing: -.04em; border-bottom: 1px solid #748bd2; padding-block: 20px; overflow-wrap: anywhere; }
.contact-email > span:first-child { min-width: 0; }
.contact-email:hover { color: #c5d0ff; }
.site-footer { background: var(--ink); color: #b4bac5; }
.footer-content { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 14px 30px; padding-block: 27px; border-top: 1px solid #3a3d45; font-size: .75rem; }
.footer-content a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; text-decoration: none; font-size: .875rem; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 72px); }
  .hero-bottom { gap: 40px; align-items: start; }
  .hero-bottom p { font-size: 1rem; }
  .furniture-layout { grid-template-columns: 1fr 1.1fr; gap: 36px; }
  .furniture-image-wrap { aspect-ratio: .8; }
  .care-heading { gap: 40px; }
  .care-showcase { grid-template-columns: 1.15fr 1fr; gap: 35px; }
  .care-features { gap: 25px; }
  .contact-heading { gap: 45px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 44px); }
  .site-header { flex-wrap: wrap; min-height: 0; padding-block: 24px 12px; gap: 17px; }
  .company-wordmark { font-size: 1.25rem; }
  .navigation { width: 100%; justify-content: space-between; gap: 14px; }
  .navigation a { font-size: .875rem; }
  .hero { padding-top: 55px; padding-bottom: 45px; }
  .eyebrow { font-size: .75rem; margin-bottom: 27px; gap: 12px; }
  .accent-rule { width: 25px; }
  h1 { font-size: clamp(2.05rem, 6.65vw, 3.4rem); line-height: 1.2; letter-spacing: -.05em; overflow-wrap: anywhere; }
  .hero-bottom { display: block; margin-top: 28px; }
  .hero-bottom p { font-size: 1rem; line-height: 1.8; }
  .hero-bottom .text-link { margin-top: 25px; }
  .focus-links { grid-template-columns: 1fr; }
  .focus-links a { gap: 18px; padding: 23px 0; font-size: .875rem; }
  .focus-links a + a { padding: 23px 0; border-left: 0; border-top: 1px solid #3a3d45; }
  .section-space { padding-block: 68px; }
  .section-label { margin-bottom: 28px; gap: 18px; }
  h2 { font-size: clamp(2.15rem,7vw,3rem); }
  .furniture-layout { grid-template-columns: 1fr; gap: 34px; }
  .furniture-copy > p { max-width: 100%; margin-top: 22px; }
  .inquiry-block { margin-top: 25px; padding-top: 23px; }
  .furniture-image-wrap { aspect-ratio: 1.15; }
  .furniture-image-wrap img { object-position: 59% 65%; }
  .furniture-figure { margin-top: 4px; }
  .care-heading { grid-template-columns: 1fr; gap: 23px; margin-bottom: 35px; }
  .care-heading p { font-size: 1rem; }
  .care-showcase { grid-template-columns: 1fr; gap: 35px; }
  .screen-frame { border-radius: 10px; }
  .care-screen-gallery { grid-template-columns: 1fr; gap: 38px; margin-top: 42px; }
  .portrait-screen { border-radius: 10px; }
  .care-brand-panel { max-width: 100%; }
  .care-features { grid-template-columns: 1fr; gap: 24px; margin-top: 38px; padding-top: 26px; }
  .care-features h3 { font-size: 1rem; }
  .care-features p { font-size: 1rem; }
  .contact-section { padding-block: 68px; }
  .contact-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 28px; }
  .contact-email { font-size: clamp(1rem,4.2vw,1.6rem); gap: 12px; padding-block: 19px; }
  .footer-content { align-items: start; flex-direction: column; gap: 9px; padding-block: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
