@font-face {
  font-family: "Thoren Sans Bold";
  src: url("./fonts/ThorenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dryplus-blue: #1263b1;
  --dryplus-red: #e1142a;
  --dryplus-offwhite: #ebebeb;
  --dryplus-black: #162521;
  --whatsapp-green: #25d366;
  --yandex-yellow: #FFCC00;
  --dryplus-blue-rgb: 18, 99, 177;
  --dryplus-red-rgb: 225, 20, 42;
  --dryplus-offwhite-rgb: 235, 235, 235;
  --dryplus-black-rgb: 22, 37, 33;
  --white-rgb: 255, 255, 255;
  --bg: var(--dryplus-offwhite);
  --surface: #ffffff;
  --surface-soft: rgba(var(--white-rgb), 0.12);
  --surface-soft-border: rgba(var(--white-rgb), 0.14);
  --text: var(--dryplus-black);
  --text-soft: rgba(var(--dryplus-black-rgb), 0.72);
  --text-inverse: rgba(var(--white-rgb), 0.88);
  --primary: var(--dryplus-blue);
  --primary-deep: var(--dryplus-blue);
  --accent: var(--dryplus-red);
  --success: var(--whatsapp-green);
  --black: var(--dryplus-black);
  --container: 1220px;
  --radius-xl: 40px;
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --shadow-lg: 0 30px 80px rgba(var(--dryplus-black-rgb), 0.2);
  --shadow-md: 0 20px 48px rgba(var(--dryplus-black-rgb), 0.16);
  --shadow-sm: 0 12px 24px rgba(var(--dryplus-black-rgb), 0.1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at left bottom, rgba(var(--dryplus-blue-rgb), 0.12), transparent 18%),
    radial-gradient(circle at right top, rgba(var(--white-rgb), 0.12), transparent 24%),
    linear-gradient(180deg, var(--primary) 0%, var(--primary) 44%, var(--primary) 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 22px 0 0;
}

.site-header[data-scrolled="true"] {
  padding-top: 12px;
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 24px;
  min-height: 112px;
  padding: 12px 26px;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brand img {
  width: 112px;
  height: auto;
}

.desktop-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.desktop-language-dropdown,
.mobile-language-dropdown {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.75rem;
  border-radius: 999px;
  border: 0;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible,
.quick-action:hover,
.quick-action:focus-visible {
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: linear-gradient(135deg, var(--success) 0%, var(--success) 100%);
}

.btn-phone,
.btn-address {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent) 100%);
}

.btn-primary-action {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
}

.hero {
  padding: 54px 0 88px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(32px, 4vw, 68px);
}

.hero-visual-card {
  padding: 30px;
  border-radius: var(--radius-xl);
  background: rgba(var(--white-rgb), 0.12);
  box-shadow: var(--shadow-lg);
}

.hero-visual-card img {
  border-radius: calc(var(--radius-xl) - 8px);
  width: 100%;
}

.hero-copy {
  color: var(--surface);
}

.eyebrow {
  margin: 0 0 16px;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 700;
  color: rgba(var(--white-rgb), 0.78);
}

.eyebrow-accent {
  color: var(--accent);
}

.hero h1 {
  margin: 0;
  font-family: "Thoren Sans Bold", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(4rem, 5.2vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.lead {
  max-width: 33rem;
  margin: 26px 0 0;
  font-size: clamp(1.08rem, 1.6vw, 1.26rem);
  line-height: 1.7;
  color: var(--text-inverse);
}

.hero-copy .btn-address {
  margin-top: 34px;
}

.why-us,
.services,
.equipment {
  padding: 88px 0 108px;
  background: var(--bg);
}

.why-us {
  padding: 92px 0;
}

.section-stack {
  display: grid;
  gap: 34px;
}

.section-heading {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--text);
  text-wrap: balance;
}

.section-heading p {
  margin: 16px auto 0;
  max-width: 54rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-soft);
}

.why-us-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 28px;
  align-items: start;
}

.feature-photo {
  padding: 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(var(--white-rgb), 0.96), rgba(var(--dryplus-offwhite-rgb), 0.96));
  box-shadow: var(--shadow-md);
}

.feature-photo img {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 8px);
}

.feature-content {
  display: grid;
  gap: 26px;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  height: 100%;
  padding: 26px 24px;
  border-radius: var(--radius-md);
  background: rgba(var(--white-rgb), 0.88);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(var(--dryplus-blue-rgb), 0.08);
}

.feature-icon,
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
  color: var(--surface);
  box-shadow: 0 14px 30px rgba(var(--dryplus-blue-rgb), 0.2);
}

.feature-icon svg,
.service-icon svg,
.quick-action svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.feature-card h3,
.service-card h3 {
  margin: 18px 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
  color: var(--text);
}

.feature-card p,
.service-card p,
.footer-column p,
.footer-column li {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.8;
  color: var(--text-soft);
}

.services {
  padding: 18px 0 92px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0;
  padding: 42px 30px 34px;
  text-align: center;
  border-radius: 32px;
  background: linear-gradient(180deg, var(--surface) 0%, rgba(var(--dryplus-offwhite-rgb), 0.65) 100%);
  border: 1px solid rgba(var(--dryplus-blue-rgb), 0.08);
  box-shadow: var(--shadow-sm);
}

.service-card-accent {
  background: linear-gradient(160deg, var(--primary) 0%, var(--primary) 100%);
  color: var(--surface);
}

.service-card-accent h3,
.service-card-accent p {
  color: var(--surface);
}

.service-card-accent .service-icon {
  background: var(--dryplus-offwhite);
  color: var(--dryplus-black);
  box-shadow: none;
}

.storefront {
  padding: 18px 0 54px;
  background: linear-gradient(180deg, rgba(var(--dryplus-offwhite-rgb), 0.65), rgba(var(--dryplus-offwhite-rgb), 1));
}

.storefront-frame {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow-lg);
}

.storefront-frame img {
  width: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
}

.equipment {
  padding: 84px 0 90px;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.equipment-card {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  padding: 0;
  border-radius: 28px;
  background: var(--surface);
  border: 1px solid rgba(var(--dryplus-blue-rgb), 0.16);
  box-shadow: none;
}

.equipment-card img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.equipment-card-machine img,
.equipment-card-iron img,
.equipment-card-dryer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site-footer {
  padding: 84px 0 92px;
  color: var(--surface);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 18px;
}

.footer-column h2 {
  margin: 0;
  font-size: 1.35rem;
  color: var(--surface);
}

.footer-column p,
.footer-column li,
.footer-column a {
  color: rgba(var(--white-rgb), 0.92);
}

.footer-list,
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li,
.contact-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(var(--white-rgb), 0.1);
}

.contact-address,
.contact-list li {
  display: flex;
}

.contact-address {
  display: block;
  padding: 6px 0 2px;
}

.contact-list li {
  align-items: center;
  gap: 14px;
}

.contact-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(var(--white-rgb), 0.92);
}

.contact-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.contact-icon-whatsapp {
  color: var(--success);
}

.footer-list li:last-child,
.contact-list li:last-child {
  border-bottom: 0;
}

.mobile-quick-actions {
  display: none;
}

.quick-action {
  position: fixed;
  right: 18px;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--surface);
  box-shadow: var(--shadow-md);
}

.quick-action-address {
  bottom: 178px;
  background: var(--black);
}

.quick-action-phone {
  bottom: 104px;
  background: var(--accent);
}

.quick-action-whatsapp {
  bottom: 30px;
  background: var(--success);
}

[data-name],
[data-description] {
  scroll-margin-top: 100px;
}

@media (min-width: 992px) {
  .site-header {
    padding-top: 24px;
  }

  .header-shell {
    min-height: 102px;
    padding: 10px 24px 10px 30px;
  }

  .brand img {
    width: 90px;
  }

  .desktop-actions {
    display: none;
  }

  .desktop-language-dropdown {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
  }

  .desktop-language-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 6px;
    border: 0;
    border-radius: 999px;
    background: rgba(var(--dryplus-offwhite-rgb), 0.7);
    box-shadow: 0 10px 22px rgba(var(--dryplus-black-rgb), 0.08);
    color: var(--text);
    font: inherit;
    line-height: 0;
  }

  .desktop-language-trigger svg {
    width: 60px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
  }

  .desktop-language-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 180px;
    padding: 6px;
    border-radius: 14px;
    background: rgba(var(--white-rgb), 0.98);
    box-shadow: 0 16px 32px rgba(var(--dryplus-black-rgb), 0.16);
  }

  .desktop-language-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--text);
    font: inherit;
    font-size: 0.96rem;
    font-weight: 700;
    text-align: left;
  }

  .desktop-language-option.is-current {
    background: rgba(var(--dryplus-blue-rgb), 0.1);
  }

  .desktop-language-option svg {
    display: block;
    width: 30px;
    height: 20px;
    flex-shrink: 0;
  }

  .hero {
    padding: 30px 0 72px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
    gap: 42px;
  }

  .hero-visual {
    max-width: 760px;
    height: 100%;
  }

  .hero-visual-card {
    height: 100%;
    padding: 22px;
    border-radius: 36px;
    max-width: 760px;
    display: flex;
    align-items: stretch;
  }

  .hero-visual-card img {
    height: 100%;
    object-fit: contain;
  }

  .hero-copy {
    max-width: 560px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  }

  .hero h1 {
    font-size: clamp(4.2rem, 5vw, 5.5rem);
  }

  .equipment-card img {
    height: 100%;
  }

  .lead {
    max-width: 31rem;
    margin-top: 22px;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
  }

  .hero-copy .btn-address {
    margin-top: 28px;
  }

  .mobile-quick-actions {
    display: block;
  }

  .quick-action-address {
    display: none;
  }

  .quick-action-phone {
    right: 28px;
    bottom: 114px;
    width: 64px;
    height: 64px;
  }

  .quick-action-whatsapp {
    right: 28px;
    bottom: 34px;
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 991px) {
  .container.header-shell {
    width: 100%;
    margin: 0;
  }

  .site-header {
    padding-top: 0;
  }

  .site-header[data-scrolled="true"] {
    padding-top: 0;
  }

  .header-shell {
    justify-content: center;
    min-height: 76px;
    border-radius: 0;
    box-shadow: none;
  }

  .brand img {
    width: 74px;
  }

  .desktop-actions {
    display: none;
  }

  .mobile-language-dropdown {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: flex-end;
  }

  .mobile-language-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 6px 18px rgba(var(--dryplus-black-rgb), 0.14);
  }

  .mobile-language-trigger svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile-language-menu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    z-index: 20;
    min-width: 152px;
    padding: 6px;
    border-radius: 14px;
    background: rgba(var(--white-rgb), 0.98);
    box-shadow: 0 16px 32px rgba(var(--dryplus-black-rgb), 0.16);
  }

  .mobile-language-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--text);
    font: inherit;
    font-size: 0.96rem;
    font-weight: 700;
    text-align: left;
  }

  .mobile-language-option.is-current {
    background: rgba(var(--dryplus-blue-rgb), 0.1);
  }

  .mobile-language-option svg {
    display: block;
    width: 30px;
    height: 20px;
    flex-shrink: 0;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-grid,
  .why-us-grid,
  .services-grid,
  .equipment-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .mobile-quick-actions {
    display: block;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .hero {
    padding: 18px 0 62px;
  }

  .hero-visual-card {
    padding: 14px;
    border-radius: 28px;
  }

  .hero-visual,
  .hero-visual-card {
    height: auto;
    max-width: none;
  }

  .hero-visual-card img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: initial;
  }

  .hero-copy {
    text-align: center;
  }

  .storefront-frame a {
    display: block;
  }

  .storefront-frame img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: initial;
  }

  .hero h1 {
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy .btn-address {
    width: 100%;
  }

  .section-heading p {
    font-size: 1rem;
  }

  .feature-card,
  .service-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .quick-action {
    right: 14px;
    width: 58px;
    height: 58px;
  }

  .quick-action svg {
    width: 32px;
    height: 32px;
  }

  .quick-action-address {
    bottom: 170px;
  }

  .quick-action-phone {
    bottom: 98px;
  }

  .quick-action-whatsapp {
    bottom: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
