/* SkyLaughing brand and company details. */
#header #logo { margin-left: 15px; }
#header #logo .brand-link { display: inline-flex; align-items: center; gap: 10px; color: #222; }
#header #logo .brand-mark { width: 42px; height: 42px; max-height: none; border-radius: 10px; }
#header #logo .brand-name { font-size: 27px; font-weight: 600; letter-spacing: -1px; line-height: 1.2; }
#header #logo .brand-name span { color: #5865cf; }
.company-area { background: #f8f9ff; padding: 96px 0; scroll-margin-top: 90px; }
.company-heading { max-width: 660px; margin-bottom: 40px; }
.company-eyebrow { color: #5865cf; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.company-heading h2 { font-size: 36px; margin-bottom: 16px; }
.company-heading p, .company-photo figcaption { color: #586174; }
.company-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: start; }
.company-photo { margin: 0; }
.company-photo-frame { position: relative; width: 100%; aspect-ratio: 1320 / 742; overflow: hidden; border-radius: 16px; background: #e4e7ef; }
/* Display the original photograph without its embedded top/bottom black bars. */
.company-photo-frame img { position: absolute; top: 0; left: 0; display: block; width: 100%; max-width: none; height: auto; transform: translateY(-37.064%); }
.company-photo figcaption { margin-top: 14px; font-size: 13px; }
.company-details { margin: 0; padding: 28px 32px; background: #fff; border: 1px solid #e1e5f1; border-radius: 16px; }
.company-details > div + div { margin-top: 20px; padding-top: 20px; border-top: 1px solid #edf0f6; }
.company-details dt { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #586174; margin-bottom: 6px; }
.company-details dd { margin: 0; color: #242b3e; font-size: 15px; font-weight: 400; overflow-wrap: anywhere; }
.company-details address { margin: 0; font-style: normal; }
.company-details a { display: inline-block; color: #4653bb; text-decoration: underline; text-underline-offset: 4px; padding: 7px 0; }
.brand-footer { padding: 64px 0 28px; }
.brand-footer-grid { display: grid; grid-template-columns: 1.1fr 1.2fr 1fr; gap: 40px; }
.brand-footer h3 { color: #fff; font-size: 18px; margin-bottom: 20px; }
.brand-footer p, .brand-footer address { color: #eee; font-style: normal; font-weight: 400; overflow-wrap: anywhere; }
.brand-footer a { color: #fff; text-decoration: underline; text-underline-offset: 4px; display: inline-block; padding: 7px 0; }
.brand-footer-bottom { border-top: 1px solid #ffffff30; margin-top: 32px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
.brand-footer-bottom p { margin: 0; font-size: 12px; }
a:focus-visible, button:focus-visible { outline: 3px solid #8490ff; outline-offset: 5px; }
@media (max-width: 767px) {
  .company-area { padding: 64px 0; }
  .company-heading h2 { font-size: 28px; }
  .company-layout, .brand-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .company-details { padding: 24px; }
  #header #logo .brand-name { font-size: 24px; }
  #header #logo .brand-mark { width: 36px; height: 36px; }
}
