@font-face {
  font-family: "Syncopate";
  src: url("/assets/fonts/syncopate-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fafbfc;
  --ink: #1c2229;
  --muted: #59636e;
  --line: #dbe0e5;
  --accent: #234fc5;
  --surface: #eef1f4;
  /* Geometric extended lettering is reserved for the company wordmark.
     Native sans typography keeps the body and company details easy to read. */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 40px; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { background: #d8e4fc; }
img { display: block; width: 100%; height: auto; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
address { font-style: normal; }
.wrap { width: min(1248px, calc(100% - 112px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding-block: 35px; }
.wordmark { font-family: "Syncopate", sans-serif; font-size: 24px; line-height: 1.15; font-weight: 700; letter-spacing: -1px; text-decoration: none; }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
nav a { text-decoration: none; padding-block: 10px; }
nav a:hover { text-decoration: underline; }
.site-header .nav-contact { padding: 12px 18px; background: transparent; color: var(--ink); border: 1px solid #bfc8d3; border-radius: 5px; }
.site-header .nav-contact:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); text-decoration: none; }
.hero { padding-top: 63px; }
.hero h1 span { display: inline-block; margin-left: clamp(24px, 4vw, 58px); }
.hero-heading { display: grid; grid-template-columns: 1.6fr 1fr; align-items: end; gap: 64px; margin-bottom: 48px; }
h1 { font-size: clamp(58px, 6.5vw, 92px); font-weight: 500; line-height: 1.02; letter-spacing: -.05em; }
.hero-intro { padding-bottom: 8px; max-width: 325px; justify-self: end; }
.hero-intro p { font-size: 19px; line-height: 1.65; color: var(--muted); margin-bottom: 27px; }
.link-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding-bottom: 9px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 500; text-decoration: none; }
.arrow-icon { display: inline-block; width: 20px; height: 20px; flex-shrink: 0; vertical-align: middle; }
.city-photo img { aspect-ratio: 1800 / 516; object-fit: cover; }
.city-image { overflow: hidden; position: relative; border-radius: 7px; }
.city-image::after { content: ''; position: absolute; left: 0; bottom: 0; width: 44px; height: 3px; background: var(--accent); }
.photo-location { display: flex; gap: 15px; align-items: baseline; }
#singapore-time { font-variant-numeric: tabular-nums; white-space: nowrap; color: var(--accent); }
.city-photo figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 15px; color: var(--muted); font-size: 11px; line-height: 1.5; }
h2 { font-size: clamp(30px, 3.1vw, 43px); font-weight: 500; line-height: 1.16; letter-spacing: -.035em; }
h3 { font-size: 19px; font-weight: 500; line-height: 1.35; letter-spacing: -.02em; }
p { line-height: 1.75; }
.company-section { display: grid; grid-template-columns: 1.08fr 1fr; gap: 54px 90px; padding-block: 90px 80px; }
.company-copy p { font-size: 16px; color: var(--muted); margin-bottom: 18px; }
.inline-link { display: inline-block; margin-top: 8px; font-size: 13px; text-decoration-thickness: 1px; }
.business-lines { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; padding-left: 12%; }
.business-lines>div { border-top: 1px solid var(--line); padding-top: 24px; }
.business-lines p { max-width: 455px; font-size: 14px; color: var(--muted); margin-top: 13px; }
.product-section { padding-block: 10px 0; }
.product-layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: 66px; align-items: center; padding: 48px; background: #080a0d; color: #f1f4f8; border-radius: 12px; }
.product-photo { position: relative; background: #070809; overflow: hidden; border-radius: 6px; }
.product-photo img { aspect-ratio: .98; object-fit: cover; }
.product-photo figcaption { position: absolute; left: 26px; bottom: 24px; right: 24px; color: #c3c8cf; font-size: 11px; }
.product-copy .product-state { font-size: 12px; color: #a9b4c2; margin-bottom: 21px; }
.product-copy h2 { margin-bottom: 25px; }
.product-copy>p:not(.product-state) { font-size: 15px; color: #b6c0cd; margin-bottom: 17px; max-width: 435px; }
.product-copy .link-action { margin-top: 15px; border-bottom-color: #596575; }
.product-copy a:hover { color: #b7ceff; }
.product-copy a:focus-visible { outline-color: #b7ceff; }
.approach-section { display: grid; grid-template-columns: 1fr 1.35fr; gap: 90px; padding-block: 95px 84px; }
.approach-heading p { color: var(--muted); font-size: 14px; margin-top: 22px; }
.principles>div { padding-block: 25px; border-top: 1px solid var(--line); }
.principles>div:first-child { border-top: 0; padding-top: 0; }
.principles>div:last-child { padding-bottom: 0; }
.principles p { color: var(--muted); font-size: 14px; margin-top: 10px; max-width: 450px; }
.contact-section { background: #edf1f6; padding-block: 60px 48px; border-top: 1px solid #e1e6ed; }
.contact-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 55px; }
.contact-top h2 { font-size: clamp(44px, 5vw, 68px); color: var(--accent); }
.contact-top p { font-size: 15px; color: var(--muted); margin-top: 17px; }
.contact-email { font-size: clamp(22px, 2.6vw, 35px); letter-spacing: -.035em; text-decoration: none; border-bottom: 1px solid #a7b1c0; padding-bottom: 12px; }
.contact-email .arrow-icon { margin-left: 26px; color: var(--accent); }
.company-information { border-top: 1px solid #ccd4de; padding-top: 31px; display: grid; grid-template-columns: 1fr 2.8fr; gap: 28px; }
.company-information h3 { font-size: 14px; }
.company-information dl { display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 28px; }
dt { font-size: 11px; color: var(--muted); margin-bottom: 12px; }
dd { font-size: 13px; line-height: 1.85; }
.site-footer { padding-block: 40px 25px; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-main .wordmark { font-size: 22px; }
.footer-main nav { font-size: 12px; gap: 27px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; color: var(--muted); font-size: 10px; line-height: 1.6; margin-top: 40px; }
.photo-credits a { text-decoration: none; }
.photo-credits a:hover { text-decoration: underline; }
.skip-link { position: absolute; top: -80px; left: 20px; padding: 12px; background: var(--paper); z-index: 10; }
.skip-link:focus { top: 12px; }
.error-page { padding-block: 100px; }
.error-page p { margin-block: 25px; }
.policy { max-width: 780px; padding-block: 75px 95px; }
.policy h1 { font-size: clamp(40px, 5vw, 60px); }
.policy .updated { font-size: 13px; color: var(--muted); margin-block: 20px 35px; }
.policy h2 { font-size: 24px; margin-block: 34px 15px; }
.policy p, .policy li { font-size: 16px; line-height: 1.8; color: var(--muted); }
.policy p+p { margin-top: 15px; }
.policy li+li { margin-top: 8px; }
.policy address { margin-top: 20px; font-size: 15px; line-height: 1.8; }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 72px); }
  .hero-heading { gap: 40px; grid-template-columns: 1.5fr 1fr; }
  .hero-intro p { font-size: 17px; }
  .company-section, .product-layout, .approach-section { column-gap: 45px; }
  .product-layout { padding: 32px; gap: 35px; }
  .product-photo img { aspect-ratio: .82; }
  .company-information { grid-template-columns: 1fr; }
  .company-information dl { grid-template-columns: 1fr 1fr 1.1fr; }
}
@media (max-width: 720px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-block: 25px; }
  .wordmark { font-size: 18px; letter-spacing: -.7px; }
  nav { gap: 16px; font-size: 12px; }
  .site-header .nav-contact { padding: 9px 12px; }
  .hero { padding-top: 38px; }
  .hero h1 span { margin-left: 18px; }
  .hero-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 35px; }
  h1 { font-size: clamp(48px, 10.6vw, 70px); }
  .hero-intro { max-width: 470px; padding: 0; justify-self: start; }
  .hero-intro p { font-size: 17px; margin-bottom: 18px; }
  .link-action { font-size: 13px; gap: 35px; }
  .city-photo img { aspect-ratio: 1.55; object-position: 42% center; }
  .city-photo figcaption { font-size: 10px; gap: 18px; }
  .city-photo figcaption>span:first-child { max-width: 190px; }
  .city-photo figcaption>span:last-child { text-align: right; max-width: 85px; }
  .city-photo figcaption>.photo-location { max-width: 125px; flex-direction: column; align-items: flex-end; gap: 3px; }
  h2 { font-size: 33px; }
  .company-section { grid-template-columns: 1fr; padding-block: 60px; gap: 27px; }
  .company-copy p { font-size: 15px; }
  .business-lines { grid-template-columns: 1fr; gap: 26px; margin-top: 12px; padding-left: 0; }
  .business-lines>div { padding-top: 21px; }
  .business-lines h3, .principles h3 { font-size: 18px; }
  .product-section { padding-block: 0; }
  .product-layout { grid-template-columns: 1fr; gap: 28px; padding: 20px 20px 35px; border-radius: 10px; }
  .product-photo img { aspect-ratio: 1.2; }
  .product-photo figcaption { left: 20px; bottom: 20px; font-size: 10px; }
  .product-copy h2 { margin-bottom: 20px; }
  .product-copy .product-state { margin-bottom: 17px; }
  .approach-section { grid-template-columns: 1fr; gap: 34px; padding-block: 58px; }
  .approach-heading p { margin-top: 17px; }
  .contact-section { padding-block: 43px 38px; }
  .contact-top { flex-direction: column; align-items: flex-start; gap: 29px; padding-bottom: 37px; }
  .contact-email { font-size: clamp(22px, 5.8vw, 30px); }
  .contact-email .arrow-icon { margin-left: 20px; }
  .company-information { gap: 25px; }
  .company-information dl { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .registered-address { grid-column: 1/-1; }
  .site-footer { padding-block: 30px 23px; }
  .footer-main .wordmark { font-size: 17px; }
  .footer-main nav { font-size: 11px; gap: 18px; }
  .footer-bottom { flex-direction: column; gap: 10px; margin-top: 27px; }
  .policy { padding-block: 48px 60px; }
  .policy p, .policy li { font-size: 15px; }
}
@media (max-width: 580px) {
  .site-header { flex-wrap: wrap; gap: 21px; padding-bottom: 18px; }
  .site-header nav { width: 100%; justify-content: space-between; }
}
@media (max-width: 380px) {
  .hero h1 span { margin-left: 0; }
  h1 { font-size: 44px; }
  .site-header { flex-wrap: wrap; gap: 20px; }
  .site-header nav { width: 100%; justify-content: space-between; }
  .hero { padding-top: 35px; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .company-information dl { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Motion is limited to photography, reading transitions and actionable links. */
@media (prefers-reduced-motion: no-preference) {
  .link-action .arrow-icon, .contact-email .arrow-icon { display: inline-block; transition: transform 220ms ease-out; }
  .link-action:hover .arrow-icon, .link-action:focus-visible .arrow-icon,
  .contact-email:hover .arrow-icon, .contact-email:focus-visible .arrow-icon { transform: translate(3px, -3px); }
  .nav-contact { transition: background-color 180ms ease-out; }
  .site-header nav a:not(.nav-contact), .footer-main nav a { position: relative; }
  .site-header nav a:not(.nav-contact)::after, .footer-main nav a::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 3px; height: 1px;
    background: currentColor; transform: scaleX(0); transform-origin: left;
    transition: transform 200ms ease-out;
  }
  .site-header nav a:not(.nav-contact):hover, .footer-main nav a:hover { text-decoration: none; }
  .site-header nav a:hover::after, .footer-main nav a:hover::after,
  .site-header nav a:focus-visible::after, .footer-main nav a:focus-visible::after { transform: scaleX(1); }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .city-image img { transform: translate(var(--pan-x, 0px), var(--pan-y, 0px)) scale(1.035); transition: transform 850ms cubic-bezier(.22, 1, .36, 1); }
  .city-image::after { transform-origin: left; transition: transform 650ms cubic-bezier(.22, 1, .36, 1); }
  .city-image:hover::after { transform: scaleX(2); }
}
