/* Klear Co. identity and the Turkish-brand / registration sections. */
:root {
  --copper: #ba6147;
  --sand: #f2eee5;
}

.brand { display: block; }
.brand .ship-logo { width: 190px; height: auto; }
.desktop-nav { margin-left: 20px; }
.hero-copy > .eyebrow { letter-spacing: 1.35px; }
.four-dots i { background: var(--copper); }
.hero-description { max-width: 435px; }
.hero-image-caption > span { font-size: 8px; }
.hero h1 em { color: #7b816b; }

.brand-references {
  display: grid;
  grid-template-columns: .75fr 1.6fr .95fr;
  gap: 45px;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}
.reference-heading .eyebrow { color: var(--sage); font-size: 8px; letter-spacing: 1.2px; }
.reference-heading h2 { font-size: 25px; line-height: 1.2; letter-spacing: -.7px; margin-top: 12px; }
.reference-heading h2 em { letter-spacing: -.5px; }
.reference-logos { display: flex; align-items: center; justify-content: space-around; gap: 36px; }
.reference-logos figure { display: flex; align-items: center; justify-content: center; margin: 0; min-width: 0; }
.reference-logos img { object-fit: contain; }
.reference-logos .otaci-logo { width: 148px; height: auto; }
.reference-logos .hma-logo { width: 219px; height: auto; }
.reference-logos figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.reference-copy { max-width: 270px; font-size: 11px; line-height: 1.9; color: var(--muted); }

.registration { background: var(--sand); border-top: 1px solid #e5dfd1; }
.registration-inner {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 0 105px;
  padding-top: 69px;
  padding-bottom: 29px;
}
.registration-intro .eyebrow { font-size: 9px; color: #85513f; margin-bottom: 21px; letter-spacing: 1.3px; }
.registration-intro .eyebrow .icon { width: 17px; height: 17px; }
.registration-intro h2 em { color: #92634f; }
.registration-intro > p:not(.eyebrow) { max-width: 380px; font-size: 13px; line-height: 1.9; color: var(--muted); margin-top: 22px; }
.registration-intro .text-link { margin-top: 24px; padding: 0; background: transparent; text-align: left; }
.registration-services article { display: flex; align-items: flex-start; gap: 18px; padding: 20px 0; border-top: 1px solid #d9d6ca; }
.registration-services article:first-child { border-top: 0; padding-top: 0; }
.registration-number { font-family: var(--serif); font-style: italic; color: #a08065; font-size: 24px; line-height: 1.4; min-width: 25px; }
.registration-services article > .icon { width: 24px; height: 24px; stroke-width: 1.2; margin-left: auto; color: #7d8673; }
.registration-services h3 { font-size: 17px; font-weight: 500; letter-spacing: -.25px; line-height: 1.4; margin-bottom: 8px; }
.registration-services p { font-size: 12px; line-height: 1.9; color: var(--muted); max-width: 350px; }
.registration-note { grid-column: 1 / -1; border-top: 1px solid #d9d6ca; padding-top: 18px; margin-top: 28px; font-size: 9px; color: #717263; line-height: 1.9; }
.registration-note a { display: inline-block; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; margin-left: 8px; }
.faq-list details > p a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.care-visual-top .eyebrow { gap: 12px; }
.care-visual-top .eyebrow > span { color: var(--copper); font-size: 15px; }
.contact-copy h2 { font-size: 59px; }
.inquiry-form > h3 { font-size: 21px; }
.service-choices { gap: 7px; }
.service-choices label > span { font-size: 9px; padding: 7px 9px; }
.footer-top .brand .ship-logo { width: 163px; }
.footer-top > nav { gap: 25px; }
.not-found { min-height: 100vh; padding-top: 55px; padding-bottom: 55px; }
.not-found > .eyebrow { margin-top: 95px; }
.not-found > h1 { font-size: clamp(40px, 6vw, 78px); letter-spacing: -2px; }
.not-found > h1 em { letter-spacing: -2px; }
.not-found > p:not(.eyebrow) { color: var(--muted); max-width: 440px; margin: 25px 0; }

@media (max-width: 1190px) {
  .brand .ship-logo { width: 172px; }
  .brand-references { gap: 30px; grid-template-columns: .8fr 1.55fr .9fr; }
  .reference-logos { gap: 28px; }
  .reference-logos .otaci-logo { width: 120px; }
  .reference-logos .hma-logo { width: 180px; }
  .reference-heading h2 { font-size: 23px; }
  .reference-heading .eyebrow { font-size: 7px; }
  .reference-copy { font-size: 10px; }
  .registration-inner { gap: 0 65px; }
  .contact-copy h2 { font-size: 51px; }
}

@media (max-width: 960px) {
  .brand .ship-logo { width: 158px; }
  .desktop-nav { margin-left: 0; gap: 20px; }
  .hero-copy > .eyebrow { font-size: 7.5px; letter-spacing: 1px; }
  .brand-references { grid-template-columns: .8fr 1.6fr; padding-top: 29px; padding-bottom: 26px; gap: 15px 30px; }
  .reference-copy { grid-column: 1 / -1; max-width: none; text-align: center; font-size: 10px; }
  .reference-logos .otaci-logo { width: 126px; }
  .reference-logos .hma-logo { width: 189px; }
  .registration-inner { gap: 0 40px; padding-top: 55px; }
  .registration-intro .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .registration-intro > p:not(.eyebrow) { font-size: 12px; }
  .registration-services article { gap: 12px; }
  .registration-services h3 { font-size: 15px; }
  .registration-services p { font-size: 11px; }
  .registration-services article > .icon { width: 20px; height: 20px; }
  .contact-copy h2 { font-size: 44px; }
  .inquiry-form > h3 { font-size: 19px; }
  .service-choices label > span { font-size: 8px; padding: 6px 8px; }
  .footer-top { gap: 23px; }
  .footer-top .brand .ship-logo { width: 143px; }
  .footer-top > nav { gap: 17px; font-size: 10px; }
}

@media (max-width: 700px) {
  .brand .ship-logo { width: 146px; }
  .hero-copy > .eyebrow { font-size: 7.5px; letter-spacing: 1px; }
  .hero-description { font-size: 14px; }
  .hero-location p { font-size: 9px; }
  .brand-references { grid-template-columns: 1fr; gap: 23px; padding-top: 31px; padding-bottom: 30px; text-align: center; }
  .reference-heading .eyebrow { justify-content: center; font-size: 7px; }
  .reference-heading h2 { font-size: 25px; margin-top: 10px; }
  .reference-heading h2 br { display: none; }
  .reference-heading h2 em { margin-left: 5px; }
  .reference-logos { gap: 28px; justify-content: center; }
  .reference-logos .otaci-logo { width: 112px; }
  .reference-logos .hma-logo { width: 164px; }
  .reference-copy { max-width: 335px; margin: 0 auto; font-size: 10px; }
  .registration-inner { grid-template-columns: 1fr; gap: 33px; padding-top: 49px; padding-bottom: 25px; }
  .registration-intro .eyebrow { font-size: 8px; }
  .registration-intro h2 { font-size: 34px; }
  .registration-intro > p:not(.eyebrow) { font-size: 12px; max-width: 380px; }
  .registration-intro .text-link { font-size: 11px; margin-top: 22px; }
  .registration-services article { gap: 17px; padding: 21px 0; }
  .registration-services article:first-child { border-top: 1px solid #d9d6ca; padding-top: 21px; }
  .registration-services h3 { font-size: 16px; }
  .registration-services p { font-size: 11px; }
  .registration-number { font-size: 25px; }
  .registration-note { margin-top: -13px; font-size: 9px; padding-top: 17px; }
  .registration-note a { margin-left: 0; margin-top: 6px; }
  .care-visual-top .eyebrow { gap: 8px; }
  .contact-copy h2 { font-size: 46px; letter-spacing: -2px; }
  .contact-copy > p:not(.eyebrow) { font-size: 13px; }
  .inquiry-form > h3 { font-size: 21px; }
  .service-choices label > span { font-size: 9px; padding: 7px 8px; }
  .footer-top .brand .ship-logo { width: 140px; }
  .footer-top > p { font-size: 9px; }
  .footer-top > nav { gap: 17px; font-size: 9px; }
}

@media (max-width: 370px) {
  .brand .ship-logo { width: 129px; }
  .hero-copy > .eyebrow { font-size: 6.8px; letter-spacing: .85px; }
  .reference-logos { gap: 22px; }
  .reference-logos .otaci-logo { width: 99px; }
  .reference-logos .hma-logo { width: 145px; }
  .hero h1 { font-size: 57px; }
  .contact-copy h2 { font-size: 42px; }
  .inquiry-form > h3 { font-size: 19px; }
  .footer-top > nav { gap: 12px; font-size: 8px; }
}
