:root {
  --ink: #1b1b19;
  --muted: #65645f;
  --paper: #f3f0e8;
  --paper-light: #faf8f2;
  --line: #c9c5ba;
  --line-dark: #8a877f;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-shell,
.privacy-shell {
  width: min(100%, 92rem);
  min-height: 100svh;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 5.5rem);
  display: flex;
  flex-direction: column;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  position: sticky;
  z-index: 2;
  top: 0;
  min-height: 8rem;
  border-bottom: 1px solid var(--ink);
  background: rgba(243,240,232,.94);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(11rem, 19vw, 16.5rem);
  height: auto;
}

.brand-initials {
  font-family: var(--serif);
  font-size: 1.62rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.08em;
}

.brand-divider { width: 1px; height: 1.65rem; background: var(--line-dark); }

.brand-name {
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.header-note,
.eyebrow,
.site-footer,
.service-action {
  text-transform: uppercase;
  letter-spacing: .115em;
  font-size: .66rem;
  font-weight: 650;
}

.header-note { color: var(--muted); }

.hero {
  padding: clamp(4rem, 10vh, 8.25rem) 0 clamp(4rem, 8vh, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(15rem, .8fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 8rem);
}

.eyebrow {
  margin: 0 0 1.65rem;
  color: var(--muted);
}

h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.25rem, 4.6vw, 4.85rem);
  line-height: .98;
  letter-spacing: -.052em;
  font-weight: 400;
}

.hero-copy {
  margin: 0 0 .5rem;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.48;
}

.services { border-top: 1px solid var(--ink); }

.service-row {
  min-height: 9.25rem;
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.25rem);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background-color .18s ease, padding .18s ease;
}

.service-row:hover,
.service-row:focus-visible {
  padding-inline: 1.15rem;
  background: var(--paper-light);
}

.service-row:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

.service-icon {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper-light);
}

.service-icon svg { width: 1.85rem; height: 1.85rem; }
.service-icon img { width: 1.55rem; height: 1.55rem; }
.service-icon.cloud-icon img { width: 2.15rem; height: 2.15rem; }
.service-copy { display: flex; flex-direction: column; gap: .42rem; }
.service-copy strong { font-family: var(--serif); font-size: clamp(1.65rem, 2.4vw, 2.35rem); font-weight: 400; letter-spacing: -.025em; }
.service-copy small { color: var(--muted); font-size: .8rem; }
.service-action { display: flex; align-items: center; gap: .75rem; color: var(--muted); }
.arrow {
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  width: .86rem;
  height: .86rem;
  -webkit-mask: url("./assets/external-link.svg") center / contain no-repeat;
  mask: url("./assets/external-link.svg") center / contain no-repeat;
}

.site-footer {
  min-height: 7.5rem;
  margin-top: auto;
  color: var(--muted);
}

.site-footer nav { display: flex; gap: 1.6rem; }
.site-footer a { text-decoration: none; }
.site-footer nav a { display: inline-flex; align-items: center; gap: .25rem; }
.site-footer nav .arrow { transform: translateY(-.025em); }
.site-footer a:hover { color: var(--ink); }

.back-link { color: var(--muted); font-size: .73rem; text-decoration: none; }
.back-link:hover { color: var(--ink); }

.privacy-article {
  padding: clamp(4rem, 9vw, 8rem) 0;
  display: grid;
  grid-template-columns: minmax(9rem, .62fr) minmax(0, 2.2fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.privacy-aside { color: var(--muted); font-size: .75rem; line-height: 1.65; }
.privacy-aside .eyebrow { display: block; color: var(--ink); }
.privacy-content { max-width: 58rem; }
.privacy-content h1 { max-width: 11ch; font-size: clamp(3.2rem, 6.5vw, 6.8rem); }
.privacy-lede { max-width: 43rem; margin: 2.5rem 0 5.5rem; color: var(--muted); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.5; }

.privacy-content section {
  display: grid;
  grid-template-columns: minmax(11rem, .8fr) minmax(0, 2fr);
  gap: 2.5rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
}

.privacy-content h2 { margin: 0; font-family: var(--serif); font-size: 1.08rem; font-weight: 400; }
.privacy-content section p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.8; }

.contact-card {
  grid-column: 2;
  margin-top: .75rem;
  padding: 1.2rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .3rem 1rem;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
}

.contact-card span:first-child { grid-column: 1; color: var(--muted); font-size: .63rem; text-transform: uppercase; letter-spacing: .11em; }
.contact-card strong { font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 400; }
.contact-card span:last-child { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 1.15rem; }
.contact-card .arrow { width: .95rem; height: .95rem; }
.privacy-footer { border-top: 1px solid var(--ink); }
.privacy-footer a { display: inline-flex; align-items: center; gap: .25rem; text-decoration: none; }

@media (max-width: 700px) {
  .site-shell, .privacy-shell { padding-inline: 1.15rem; }
  .site-header { min-height: 6.3rem; }
  .header-note { display: none; }
  .hero { grid-template-columns: 1fr; padding: 4.25rem 0 4.5rem; gap: 1.75rem; }
  h1 { font-size: clamp(3.15rem, 15vw, 5.3rem); }
  .hero-copy { max-width: 25rem; }
  .service-row { min-height: 8.5rem; grid-template-columns: 4.1rem minmax(0, 1fr) auto; gap: .85rem; }
  .service-row:hover, .service-row:focus-visible { padding-inline: .4rem; }
  .service-icon { width: 3.55rem; height: 3.55rem; }
  .service-copy strong { font-size: 1.5rem; }
  .service-copy small { max-width: 15rem; font-size: .73rem; }
  .service-action { font-size: 0; }
  .service-action .arrow { width: .9rem; height: .9rem; }
  .site-footer { min-height: auto; padding: 2rem 0; align-items: flex-start; gap: 1.5rem; }
  .site-footer nav { flex-direction: column; gap: .8rem; text-align: right; }
  .privacy-article { grid-template-columns: 1fr; padding: 4rem 0; gap: 1.5rem; }
  .privacy-aside p { display: none; }
  .privacy-content h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .privacy-lede { margin: 1.75rem 0 4rem; }
  .privacy-content section { grid-template-columns: 1fr; gap: 1.1rem; }
  .contact-card { grid-column: 1; }
  .privacy-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
