@layer reset,tokens,base,components,pages,responsive;@layer tokens{:root{--brand-black: #000000;--brand-white: #ffffff;--brand-blue: #7da7dc;--brand-turquoise: #4fc3c8;--brand-gold: #d9a441;--brand-logo-on-light-blue: #5b93d3;--brand-logo-on-light-turquoise: #2ea3a8;--brand-logo-on-light-gold: #c08f2b;--font-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--font-arabic: Tahoma, "Geeza Pro", "Noto Sans Arabic", Arial, sans-serif;--font-hebrew: "Arial Hebrew", "Noto Sans Hebrew", Arial, sans-serif;--font-devanagari: "Nirmala UI", "Kohinoor Devanagari", Mangal, sans-serif;--font-tamil: "Nirmala UI", "Tamil Sangam MN", Latha, sans-serif;--font-thai: "Leelawadee UI", Thonburi, Tahoma, sans-serif;--font-cjk: "PingFang SC", "Hiragino Sans", "Yu Gothic", Meiryo, "Malgun Gothic", sans-serif;--weight-regular: 400;--weight-medium: 500;--weight-bold: 700;--text-micro: .6875rem;--text-caption: .75rem;--text-small: .8125rem;--text-body: .9375rem;--text-nav: .75rem;--text-brand: 1.1875rem;--text-brand-large: 1.875rem;--text-hero: clamp(2.375rem, 6.5vw, 5.5rem);--text-section-title: clamp(1.625rem, 4.5vw, 3.25rem);--text-statement: clamp(1.375rem, 3.4vw, 2.5rem);--text-contact: clamp(2rem, 5.5vw, 4.5rem);--text-press-title: clamp(2.25rem, 6vw, 5rem);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 1.75rem;--space-8: 2rem;--space-9: 2.25rem;--space-10: 2.5rem;--space-11: 2.75rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--gutter: clamp(1.25rem, 5vw, 4rem);--content-width: 80rem;--anchor-offset: 8.5rem;--rule: var(--theme-rule-width) solid var(--theme-line);--mark-skew: -14deg;--transition-fast: .18s cubic-bezier(.16, 1, .3, 1)}:root,[data-theme=dark]{color-scheme:dark;--theme-canvas: #000000;--theme-nav: rgb(0 0 0 / 85%);--theme-primary: #ffffff;--theme-strong: rgb(255 255 255 / 85%);--theme-body: rgb(255 255 255 / 65%);--theme-secondary: rgb(255 255 255 / 60%);--theme-muted: rgb(255 255 255 / 55%);--theme-label: rgb(255 255 255 / 50%);--theme-line: rgb(255 255 255 / 15%);--theme-control-line: rgb(255 255 255 / 40%);--theme-control-bg: #000000;--theme-control-fg: #ffffff;--theme-accent: #7da7dc;--theme-focus: #7da7dc;--theme-underline: rgb(255 255 255 / 40%);--theme-accent-underline: rgb(125 167 220 / 40%);--theme-selection-bg: rgb(125 167 220 / 35%);--theme-selection-fg: #ffffff;--theme-button-bg: #ffffff;--theme-button-fg: #000000;--theme-button-hover-bg: #7da7dc;--theme-button-hover-fg: #000000;--theme-rule-width: 1px;--theme-focus-width: 2px;--theme-nav-filter: blur(var(--space-3))}[data-theme=light]{color-scheme:light;--theme-canvas: #ffffff;--theme-nav: rgb(255 255 255 / 92%);--theme-primary: #000000;--theme-strong: #1a1a1a;--theme-body: #333333;--theme-secondary: #404040;--theme-muted: #4d4d4d;--theme-label: #595959;--theme-line: rgb(0 0 0 / 22%);--theme-control-line: #595959;--theme-control-bg: #ffffff;--theme-control-fg: #000000;--theme-accent: #2f67a7;--theme-focus: #2f67a7;--theme-underline: rgb(0 0 0 / 55%);--theme-accent-underline: #2f67a7;--theme-selection-bg: rgb(47 103 167 / 28%);--theme-selection-fg: #000000;--theme-button-bg: #000000;--theme-button-fg: #ffffff;--theme-button-hover-bg: #2f67a7;--theme-button-hover-fg: #ffffff;--theme-rule-width: 1px;--theme-focus-width: 2px;--theme-nav-filter: blur(var(--space-3))}[data-theme=high-contrast]{color-scheme:dark;--theme-canvas: #000000;--theme-nav: #000000;--theme-primary: #ffffff;--theme-strong: #ffffff;--theme-body: #ffffff;--theme-secondary: #ffffff;--theme-muted: #ffffff;--theme-label: #ffffff;--theme-line: #ffffff;--theme-control-line: #ffffff;--theme-control-bg: #000000;--theme-control-fg: #ffffff;--theme-accent: #ffffff;--theme-focus: #ffffff;--theme-underline: #ffffff;--theme-accent-underline: #ffffff;--theme-selection-bg: #ffffff;--theme-selection-fg: #000000;--theme-button-bg: #ffffff;--theme-button-fg: #000000;--theme-button-hover-bg: #ffffff;--theme-button-hover-fg: #000000;--theme-rule-width: 2px;--theme-focus-width: 3px;--theme-nav-filter: none}}@layer reset{*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--theme-canvas)}body,h1,h2,h3,p,figure,ul,dl,dd{margin:0}ul{padding:0}button,select{font:inherit}}@layer base{body{min-width:20rem;min-height:100vh;overflow-x:clip;background:var(--theme-canvas);color:var(--theme-primary);font-family:var(--font-sans);font-weight:var(--weight-regular);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:where(html:lang(ar),html:lang(fa)) body{font-family:var(--font-arabic)}html:lang(he) body{font-family:var(--font-hebrew)}html:lang(hi) body{font-family:var(--font-devanagari)}html:lang(ta) body{font-family:var(--font-tamil)}html:lang(th) body{font-family:var(--font-thai)}:where(html:lang(ja),html:lang(ko),html:lang(zh-Hans)) body{font-family:var(--font-cjk)}a{color:inherit;text-decoration:none;transition:color var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast)}a:hover{color:var(--theme-accent)}:focus-visible{outline:var(--theme-focus-width) solid var(--theme-focus);outline-offset:var(--space-1)}::selection{background:var(--theme-selection-bg);color:var(--theme-selection-fg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.content-shell{width:min(100%,var(--content-width));margin-inline:auto;padding-inline:var(--gutter)}[id]{scroll-margin-top:var(--anchor-offset)}}@layer components{.site-nav{position:sticky;inset-block-start:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);min-height:4.5rem;padding:var(--space-5) var(--gutter);background:var(--theme-nav);backdrop-filter:var(--theme-nav-filter)}.site-nav__links{display:flex;align-items:center;justify-content:flex-end;gap:clamp(var(--space-5),4vw,var(--space-11));min-width:0}.nav-link,.site-footer__link{display:inline-flex;align-items:center;min-height:var(--space-8);color:var(--theme-primary);font-size:var(--text-nav);letter-spacing:.14em;white-space:nowrap}.nav-link--muted,.site-footer__link{color:var(--theme-secondary)}.brand-mark{display:inline-flex;flex:0 0 auto;align-items:center;gap:.625rem;min-height:var(--space-8);color:var(--brand-blue);font-family:var(--font-sans);line-height:1}a.brand-mark:hover{color:var(--brand-blue)}.brand-mark__stripes{display:inline-flex;gap:.1875rem}.brand-mark__stripe{width:.3125rem;height:1rem;transform:skew(var(--mark-skew));background:var(--brand-white)}.brand-mark__stripe--turquoise{background:var(--brand-turquoise)}.brand-mark__stripe--gold{background:var(--brand-gold)}.brand-mark__word{color:currentcolor;font-size:var(--text-brand);font-style:italic;font-weight:var(--weight-bold);letter-spacing:-.01em}.brand-mark--large{gap:var(--space-3)}.brand-mark--large .brand-mark__stripes{gap:var(--space-1)}.brand-mark--large .brand-mark__stripe{width:.4375rem;height:1.5rem}.brand-mark--large .brand-mark__word{font-size:var(--text-brand-large)}.brand-mark--mark .brand-mark__stripes{gap:.375rem}.brand-mark--mark .brand-mark__stripe{width:.6875rem;height:2.375rem}.brand-mark--light{color:var(--brand-logo-on-light-blue)}.brand-mark--light .brand-mark__stripe--turquoise{background:var(--brand-logo-on-light-turquoise)}.brand-mark--light .brand-mark__stripe--neutral{background:var(--brand-black)}.brand-mark--light .brand-mark__stripe--gold{background:var(--brand-logo-on-light-gold)}[data-theme=light] :where(.site-nav,.site-footer) .brand-mark--dark{color:var(--brand-logo-on-light-blue)}[data-theme=light] :where(.site-nav,.site-footer) .brand-mark--dark .brand-mark__stripe--turquoise{background:var(--brand-logo-on-light-turquoise)}[data-theme=light] :where(.site-nav,.site-footer) .brand-mark--dark .brand-mark__stripe--neutral{background:var(--brand-black)}[data-theme=light] :where(.site-nav,.site-footer) .brand-mark--dark .brand-mark__stripe--gold{background:var(--brand-logo-on-light-gold)}.theme-field{position:relative;display:inline-flex;align-items:center;gap:var(--space-2)}.theme-field__label{color:var(--theme-label);font-size:var(--text-micro);letter-spacing:.12em}.theme-field:after{position:absolute;inset-inline-end:.6875rem;width:.4375rem;height:.4375rem;border-inline-end:var(--theme-rule-width) solid var(--theme-control-fg);border-block-end:var(--theme-rule-width) solid var(--theme-control-fg);content:"";pointer-events:none;transform:translateY(-25%) rotate(45deg)}.theme-field select{min-height:var(--space-11);padding:var(--space-2) var(--space-7) var(--space-2) var(--space-3);border:var(--theme-rule-width) solid var(--theme-control-line);border-radius:0;appearance:none;background:var(--theme-control-bg);color:var(--theme-control-fg);cursor:pointer;font-size:var(--text-caption);letter-spacing:.1em}[dir=rtl] .theme-field select{padding:var(--space-2) var(--space-3) var(--space-2) var(--space-7)}.theme-field select:hover{border-color:var(--theme-accent)}.language-menu{position:relative;color:var(--theme-control-fg);font-size:var(--text-caption)}.language-menu summary{display:flex;align-items:center;gap:var(--space-2);min-height:var(--space-11);padding:var(--space-2) var(--space-3);border:var(--theme-rule-width) solid var(--theme-control-line);background:var(--theme-control-bg);cursor:pointer;list-style:none}.language-menu summary::-webkit-details-marker{display:none}.language-menu summary:after{width:.4375rem;height:.4375rem;margin-inline-start:var(--space-1);border-inline-end:var(--theme-rule-width) solid currentcolor;border-block-end:var(--theme-rule-width) solid currentcolor;content:"";transform:translateY(-25%) rotate(45deg);transition:transform var(--transition-fast)}.language-menu[open] summary:after{transform:translateY(25%) rotate(225deg)}.language-menu__label{color:var(--theme-label);font-size:var(--text-micro);letter-spacing:.12em}.language-menu__current{white-space:nowrap}.language-menu__list{position:absolute;inset-block-start:calc(100% + var(--space-2));inset-inline-end:0;z-index:30;display:grid;grid-template-columns:repeat(3,minmax(8rem,1fr));width:min(32rem,calc(100vw - (2 * var(--gutter))));max-height:min(70vh,32rem);padding:var(--space-2);overflow-y:auto;border:var(--theme-rule-width) solid var(--theme-control-line);background:var(--theme-canvas);box-shadow:0 1rem 2.5rem #0000003d;list-style:none}.language-menu__list a{display:block;min-height:2.5rem;padding:var(--space-3)}.language-menu__list a[aria-current=page]{background:var(--theme-control-bg);color:var(--theme-accent);font-weight:var(--weight-bold)}.section-label{color:var(--theme-label);font-size:var(--text-micro);font-weight:var(--weight-regular);letter-spacing:.22em;line-height:1.5;text-transform:uppercase}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);min-height:5rem;padding:1.625rem var(--gutter);border-block-start:var(--rule);color:var(--theme-label);font-size:var(--text-micro);letter-spacing:.12em}.site-footer__legal{max-width:58rem}.site-footer .brand-mark{min-height:var(--space-6);gap:var(--space-2)}.site-footer .brand-mark__stripes{gap:.125rem}.site-footer .brand-mark__stripe{width:var(--space-1);height:var(--space-3)}.site-footer .brand-mark__word{font-size:var(--text-small)}[dir=rtl] :where(.nav-link,.section-label,.site-footer,.theme-field){letter-spacing:0}}@layer pages{.hero{padding-block:clamp(5.625rem,16vw,13.75rem) clamp(4rem,9vw,7.5rem)}.hero__title{max-width:18ch;margin-block-end:var(--space-10);font-size:var(--text-hero);font-weight:var(--weight-medium);letter-spacing:-.025em;line-height:1.08;text-wrap:balance}.hero__title-line{display:block;overflow:hidden}.hero__word{display:inline-block}.hero__intro{max-width:50ch;margin-block-end:var(--space-11);color:var(--theme-body);font-size:clamp(var(--text-body),1.7vw,1.125rem);line-height:1.65;text-wrap:pretty}.text-link{display:inline-flex;align-items:center;gap:.625rem;min-height:var(--space-8);padding-block-end:.375rem;border-block-end:var(--theme-rule-width) solid var(--theme-underline);font-size:var(--text-small);letter-spacing:.14em}.text-link:hover{border-color:var(--theme-accent)}.text-link__arrow{display:inline-block}.divisions{padding-block:clamp(3rem,8vw,6.875rem)}.divisions .section-label{margin-block-end:var(--space-9)}.division-list{border-block-start:var(--rule)}.division-row{display:grid;grid-template-columns:minmax(2.5rem,4.5rem) minmax(0,1fr) auto;gap:clamp(var(--space-3),3vw,var(--space-10));align-items:center;padding-block:clamp(1.625rem,4vw,2.75rem);border-block-end:var(--rule);color:var(--theme-primary);transition:color var(--transition-fast)}.division-row:hover{color:var(--theme-accent)}.division-row__number{color:var(--theme-label);font-size:var(--text-micro);letter-spacing:.2em}.division-row__copy{display:flex;min-width:0;flex-direction:column;gap:var(--space-2)}.division-row__title{color:inherit;font-size:var(--text-section-title);font-weight:var(--weight-medium);letter-spacing:-.02em;line-height:1.15}.division-row__description{max-width:62ch;color:var(--theme-muted);font-size:clamp(var(--text-small),1.5vw,var(--text-body));line-height:1.5}.division-row__arrow{color:inherit;font-size:clamp(1rem,2vw,1.375rem)}.mission{padding-block:clamp(4rem,11vw,10rem)}.mission .section-label{margin-block-end:var(--space-8)}.mission__statement{max-width:36ch;font-size:var(--text-statement);font-weight:var(--weight-regular);letter-spacing:-.015em;line-height:1.35;text-wrap:balance}.contact{border-block-start:var(--rule)}.contact__inner{padding-block:clamp(4.5rem,12vw,11.25rem)}.contact__title{max-width:18ch;margin-block-end:var(--space-10);font-size:var(--text-contact);font-weight:var(--weight-medium);letter-spacing:-.025em;line-height:1.08;text-wrap:balance}.contact__cta{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.9375rem 2.75rem;background:var(--theme-button-bg);color:var(--theme-button-fg);font-size:var(--text-small);font-weight:var(--weight-medium);letter-spacing:.14em}.contact__cta:hover{background:var(--theme-button-hover-bg);color:var(--theme-button-hover-fg)}.press-header{padding-block:clamp(4rem,10vw,8.75rem) clamp(2.5rem,6vw,5rem)}.press-header .section-label{margin-block-end:var(--space-6)}.press-header__title{max-width:16ch;margin-block-end:var(--space-7);font-size:var(--text-press-title);font-weight:var(--weight-medium);letter-spacing:-.025em;line-height:1.02}.press-header__intro{max-width:52ch;color:var(--theme-body);font-size:clamp(var(--text-body),1.7vw,1.125rem);line-height:1.65;text-wrap:pretty}.inline-link{border-block-end:var(--theme-rule-width) solid var(--theme-accent-underline);color:var(--theme-accent)}.press-section{padding-block:clamp(2.5rem,6vw,5rem)}.press-section--last{padding-block-end:clamp(4rem,10vw,8.125rem)}.press-section>.section-label{margin-block-end:var(--space-9);padding-block-start:var(--space-7);border-block-start:var(--rule)}.description-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(20rem,100%),1fr));gap:clamp(var(--space-6),4vw,3.5rem)}.description-stack,.description-card{display:flex;flex-direction:column}.description-stack{gap:var(--space-7)}.description-card{gap:var(--space-3)}.description-card__title{color:var(--theme-muted);font-size:.875rem;font-weight:var(--weight-medium);letter-spacing:.12em}.description-card__copy{color:var(--theme-strong);font-size:var(--text-body);line-height:1.7}.logo-grid,.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(17.5rem,100%),1fr));gap:clamp(var(--space-4),2.5vw,var(--space-7))}.logo-specimen{display:flex;flex-direction:column;gap:.625rem}.logo-specimen__stage{display:grid;aspect-ratio:16 / 9;place-items:center;border:var(--rule);background:var(--brand-black)}.logo-specimen__stage--light{border-color:var(--brand-white);background:var(--brand-white)}.logo-specimen__caption,.media-item{color:var(--theme-label);font-size:var(--text-caption);letter-spacing:.1em}.logo-rules{display:flex;max-width:60ch;margin-block-start:var(--space-7);flex-direction:column;gap:var(--space-2);color:var(--theme-secondary);font-size:.875rem;line-height:1.6;list-style:none}.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(8.75rem,100%),1fr));gap:clamp(var(--space-3),2vw,var(--space-5))}.color-chip{display:flex;flex-direction:column;gap:.625rem}.color-chip__sample{aspect-ratio:4 / 3;border:var(--rule)}.color-chip__sample--black{background:var(--brand-black)}.color-chip__sample--white{background:var(--brand-white)}.color-chip__sample--blue{background:var(--brand-blue)}.color-chip__sample--turquoise{background:var(--brand-turquoise)}.color-chip__sample--gold{background:var(--brand-gold)}.color-chip__meta{display:flex;flex-direction:column;gap:.125rem}.color-chip__name{color:var(--theme-strong);font-size:var(--text-caption);letter-spacing:.12em}.color-chip__hex{color:var(--theme-label);font-size:var(--text-caption)}.type-specimen{display:flex;margin-block-start:var(--space-10);flex-direction:column;gap:var(--space-2)}.type-specimen__name{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:var(--weight-medium);letter-spacing:-.02em}.type-specimen__guidance{color:var(--theme-muted);font-size:.875rem}.media-grid{margin-block-end:var(--space-12);list-style:none}.media-item{min-height:5rem;padding:var(--space-5);border:var(--rule);color:var(--theme-strong)}.media-availability{max-width:62ch;margin-block-end:var(--space-12);color:var(--theme-body);font-size:.875rem;line-height:1.7}.company-facts{display:grid;max-width:64rem;grid-template-columns:max-content 1fr;gap:.625rem var(--space-5);color:var(--theme-secondary);font-size:.875rem;line-height:1.7}.company-facts dt{color:var(--theme-label);font-size:var(--text-caption);letter-spacing:.12em}.company-facts a{color:var(--theme-accent)}.error-page{min-height:calc(100vh - 4.5rem);padding-block:clamp(5rem,16vw,12rem)}.error-page .section-label{margin-block-end:var(--space-5)}.error-page__title{margin-block-end:var(--space-5);font-size:var(--text-press-title);font-weight:var(--weight-medium);letter-spacing:-.025em;line-height:1.05}.error-page__description{max-width:42ch;margin-block-end:var(--space-8);color:var(--theme-body);line-height:1.65}[dir=rtl] :where(.hero__title,.division-row__title,.mission__statement,.contact__title){letter-spacing:0}}@layer responsive{@media(max-width:60rem){body[data-page=home] .site-nav{align-items:flex-start;padding-block:var(--space-4)}body[data-page=home] .site-nav__links{width:100%;justify-content:flex-start;gap:var(--space-2) var(--space-4);flex-wrap:wrap}}@media(max-width:47.5rem){:root{--anchor-offset: 11.5rem}.site-nav{align-items:flex-start;padding-block:var(--space-4)}.site-nav__links{width:100%;justify-content:flex-start;gap:var(--space-2) var(--space-4);flex-wrap:wrap}.site-nav__links--press{width:auto;justify-content:flex-end}.language-menu__list{inset-inline-start:0;inset-inline-end:auto;grid-template-columns:repeat(2,minmax(8rem,1fr))}.site-footer{align-items:flex-start;flex-direction:column;padding-block:var(--space-6)}.company-facts{grid-template-columns:1fr;gap:var(--space-1)}.company-facts dd+dt{margin-block-start:var(--space-3)}}@media(max-width:32rem){.language-menu__list{grid-template-columns:1fr;width:min(12rem,calc(100vw - (2 * var(--gutter))))}}@media(max-width:25rem){.site-nav__links--press{width:100%;justify-content:flex-start}.division-row{grid-template-columns:2rem minmax(0,1fr) auto;gap:var(--space-2)}.contact__cta{width:100%;padding-inline:var(--space-5)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}
