/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
}
@font-face {
  font-family: "Heron Sans";
  src: url("/fonts/heron-sans-light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Heron Sans";
  src: url("/fonts/heron-sans-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Heron Sans";
  src: url("/fonts/heron-sans-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Heron Sans";
  src: url("/fonts/heron-sans-semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Heron Sans";
  src: url("/fonts/heron-sans-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Heron Sans Condensed";
  src: url("/fonts/heron-sans-condensed-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
:root {
  --ink: #171614;
  --ink-soft: #22201d;
  --gold: #d5a62a;
  --gold-light: #f0ca58;
  --cream: #efe7d8;
  --paper: #f4f0e8;
  --line-dark: rgba(255, 255, 255, 0.13);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: "Heron Sans", Arial, sans-serif;
  letter-spacing: 0.006em;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}
.hero {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  background: radial-gradient(circle at 20% 80%, rgba(213, 166, 42, 0.08), transparent 28%),
    linear-gradient(180deg, #171614 0%, #11100f 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
.site-header {
  height: 100px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--line-dark);
}
.brand {
  justify-self: start;
  display: inline-flex;
}
.brand img {
  display: block;
  width: 168px;
  height: auto;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.035em;
  color: rgba(239, 231, 216, 0.72);
}
.desktop-nav a,
.header-call {
  transition: color 180ms ease;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.header-call:hover,
.header-call:focus-visible {
  color: var(--gold-light);
}
.header-call {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.035em;
}
.header-call span {
  color: var(--gold);
  font-size: 18px;
}
.hero-grid {
  min-height: calc(100svh - 156px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: stretch;
  position: relative;
  z-index: 2;
}
.hero-copy {
  align-self: center;
  padding: 72px clamp(38px, 5vw, 92px) 80px 0;
}
.eyebrow {
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--gold-light);
  font-family: "Heron Sans Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 36px;
  height: 1px;
  background: var(--gold);
}
.hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(52px, 5.35vw, 88px);
  font-weight: 300;
  line-height: 1.01;
  letter-spacing: -0.022em;
  color: var(--paper);
}
.hero-lead {
  max-width: 560px;
  margin: 32px 0 0;
  color: rgba(239, 231, 216, 0.66);
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.012em;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.button {
  min-height: 52px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.012em;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}
.button-gold {
  background: linear-gradient(135deg, var(--gold-light), #b98512);
  color: #18140a;
}
.button-gold:hover,
.button-gold:focus-visible {
  background: linear-gradient(135deg, #f5d36e, #c5921b);
}
.button-ghost {
  border-color: var(--line-dark);
  color: var(--cream);
}
.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(213, 166, 42, 0.6);
}
.supply-list {
  margin: 44px 0 0;
  color: rgba(239, 231, 216, 0.5);
  font-family: "Heron Sans Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.hero-visual {
  position: relative;
  min-height: 620px;
  margin-left: 2vw;
  background: linear-gradient(90deg, #171614 0%, rgba(23, 22, 20, 0.18) 28%, rgba(23, 22, 20, 0) 55%),
    url("/atabey-hero-coffee.png") center/cover no-repeat,
    radial-gradient(circle at 70% 35%, rgba(213, 166, 42, 0.24), #1c1915 55%, #111 100%);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 24px 0 24px 24px;
  border: 1px solid rgba(213, 166, 42, 0.22);
  border-right: none;
  pointer-events: none;
}
.hero-visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.5));
}
.hero-floor {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  transform: translateX(-50%);
  border-top: 1px solid var(--line-dark);
  color: rgba(239, 231, 216, 0.28);
  font-family: "Heron Sans Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
}
.section-kicker {
  margin: 0 0 24px;
  color: #9a7618;
  font-family: "Heron Sans Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.section-kicker-dark {
  color: rgba(23, 22, 20, 0.62);
}
.statement-section {
  padding: 128px 0;
  background: var(--paper);
  color: var(--ink);
}
.statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(70px, 9vw, 150px);
}
.statement-grid h2,
.promise-heading h2,
.contact-heading h2 {
  margin: 0;
  font-size: clamp(44px, 4.45vw, 72px);
  font-weight: 300;
  line-height: 1.07;
  letter-spacing: -0.018em;
}
.statement-copy {
  padding-bottom: 5px;
}
.statement-copy p {
  margin: 0;
  color: rgba(23, 22, 20, 0.64);
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: 0.008em;
}
.solution-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1.22fr 1fr 1fr;
  border: 1px solid rgba(23, 22, 20, 0.15);
}
.solution-card {
  min-height: 390px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #ede7dc;
  border-right: 1px solid rgba(23, 22, 20, 0.15);
}
.solution-card:last-child {
  border-right: none;
}
.solution-card-featured {
  background: var(--ink-soft);
  color: var(--cream);
}
.solution-number {
  position: relative;
  z-index: 2;
  color: rgba(23, 22, 20, 0.42);
  font-family: "Heron Sans Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.solution-card-featured .solution-number {
  color: rgba(239, 231, 216, 0.42);
}
.solution-content {
  position: relative;
  z-index: 2;
}
.solution-label {
  margin: 0 0 14px;
  color: #9a7618;
  font-family: "Heron Sans Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.solution-card-featured .solution-label {
  color: var(--gold-light);
}
.solution-content h3 {
  margin: 0;
  font-size: clamp(25px, 1.9vw, 32px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.012em;
}
.solution-content > p:last-child {
  max-width: 360px;
  margin: 20px 0 0;
  color: rgba(23, 22, 20, 0.58);
  font-size: 14px;
  line-height: 1.7;
}
.solution-card-featured .solution-content > p:last-child {
  color: rgba(239, 231, 216, 0.58);
}
.promise-section {
  padding: 132px 0;
  color: var(--cream);
  background: #49382f;
}
.promise-section .section-kicker-dark {
  color: rgba(240, 202, 88, 0.78);
}
.promise-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(80px, 11vw, 170px);
}
.promise-heading {
  position: sticky;
  top: 64px;
  align-self: start;
}
.promise-heading > p:last-child {
  max-width: 480px;
  margin: 30px 0 0;
  color: rgba(239, 231, 216, 0.62);
  font-size: 16px;
  line-height: 1.7;
}
.promise-list {
  border-top: 1px solid rgba(239, 231, 216, 0.2);
}
.promise-list article {
  min-height: 148px;
  padding: 31px 0;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 26px;
  border-bottom: 1px solid rgba(239, 231, 216, 0.2);
}
.promise-list article > span {
  font-family: "Heron Sans Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--gold-light);
}
.promise-list h3 {
  margin: 0;
  font-size: clamp(24px, 1.8vw, 29px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.promise-list p {
  max-width: 560px;
  margin: 13px 0 0;
  color: rgba(239, 231, 216, 0.56);
  font-size: 14px;
  line-height: 1.7;
}
.audience-section {
  padding: 86px 0;
  background: #11100f;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.audience-section .section-kicker {
  color: rgba(239, 231, 216, 0.46);
}
.audience-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: end;
  gap: 60px;
}
.audience-grid .section-kicker {
  margin-bottom: 5px;
}
.audience-line {
  margin: 0;
  color: rgba(239, 231, 216, 0.78);
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.contact-section {
  padding: 128px 0;
  background: var(--paper);
  color: var(--ink);
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.7fr);
  gap: clamp(80px, 12vw, 190px);
}
.contact-heading > p:nth-of-type(2) {
  max-width: 600px;
  margin: 30px 0 0;
  color: rgba(23, 22, 20, 0.62);
  font-size: 16px;
  line-height: 1.75;
}
.contact-button {
  margin-top: 38px;
  background: var(--ink);
  color: var(--paper);
}
.contact-button:hover,
.contact-button:focus-visible {
  background: #2c2925;
}
.contact-details {
  align-self: end;
  border-top: 1px solid rgba(23, 22, 20, 0.2);
  font-style: normal;
}
.contact-details > div {
  padding: 23px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 4px 22px;
  border-bottom: 1px solid rgba(23, 22, 20, 0.2);
}
.contact-details span {
  grid-row: 1 / span 2;
  color: rgba(23, 22, 20, 0.46);
  font-family: "Heron Sans Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-details a,
.contact-details p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
.contact-details a:hover,
.contact-details a:focus-visible {
  color: #9a7618;
}
.site-footer {
  padding: 76px 0 28px;
  background: #11100f;
}
.footer-grid {
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.footer-brand img {
  width: 164px;
  height: auto;
}
.footer-grid > p {
  margin: 0;
  color: rgba(239, 231, 216, 0.6);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.footer-links {
  justify-self: end;
  display: flex;
  gap: 28px;
  color: rgba(239, 231, 216, 0.5);
  font-size: 12px;
}
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold-light);
}
.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line-dark);
  color: rgba(239, 231, 216, 0.3);
  font-family: "Heron Sans Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }
  .site-header {
    grid-template-columns: 1fr 1fr;
  }
  .hero-grid {
    grid-template-columns: 1fr 0.92fr;
  }
  .hero h1 {
    font-size: clamp(48px, 6.3vw, 68px);
  }
  .statement-grid,
  .promise-grid,
  .contact-grid {
    gap: 64px;
  }
  .solution-card {
    min-height: 410px;
    padding: 28px;
  }
  .promise-grid {
    grid-template-columns: 0.82fr 1.18fr;
  }
}
@media (max-width: 820px) {
  .shell {
    width: min(100% - 32px, 1440px);
  }
  .site-header {
    height: 90px;
  }
  .brand img {
    width: 142px;
  }
  .header-call {
    font-size: 0;
  }
  .header-call::after {
    content: "Hemen ara";
    font-size: 12px;
  }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 72px 0 64px;
  }
  .hero h1 {
    font-size: clamp(44px, 11.8vw, 64px);
  }
  .hero-visual {
    min-height: 460px;
    margin: 0 -16px 56px;
  }
  .hero-floor {
    position: static;
    transform: none;
  }
  .hero-floor span:nth-child(2) {
    display: none;
  }
  .statement-section,
  .promise-section,
  .contact-section {
    padding: 96px 0;
  }
  .statement-grid,
  .promise-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .statement-grid h2,
  .promise-heading h2,
  .contact-heading h2 {
    font-size: clamp(44px, 11vw, 66px);
  }
  .solution-grid {
    margin-top: 64px;
    grid-template-columns: 1fr;
  }
  .solution-card {
    min-height: 350px;
    border-right: none;
    border-bottom: 1px solid rgba(23, 22, 20, 0.15);
  }
  .solution-card:last-child {
    border-bottom: none;
  }
  .promise-heading {
    position: static;
  }
  .audience-section {
    padding: 72px 0;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-details {
    margin-top: 10px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .footer-links {
    justify-self: start;
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .hero-actions,
  .button {
    width: 100%;
  }
  .button {
    justify-content: space-between;
  }
  .statement-section,
  .promise-section,
  .contact-section {
    padding: 78px 0;
  }
  .statement-grid h2,
  .promise-heading h2,
  .contact-heading h2 {
    font-size: 44px;
  }
  .solution-card {
    min-height: 330px;
  }
  .promise-list article {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }
  .audience-line {
    font-size: 28px;
  }
  .contact-details > div {
    grid-template-columns: 1fr;
  }
  .contact-details span {
    grid-row: auto;
    margin-bottom: 8px;
  }
  .footer-links {
    gap: 18px;
  }
  .footer-bottom {
    gap: 16px;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
