/* ===== APPLE EYE — style.css ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  color: #2A1C12;
  background-color: #FDF7F2;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  color: #2A1C12;
  line-height: 1.15;
  font-weight: 600;
}

a {
  color: #B4501F;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #E8652E;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn-primary {
  background-color: #E8652E;
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #B4501F;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-outline {
  background-color: transparent;
  color: #B4501F;
  border-color: #B4501F;
}

.btn-outline:hover {
  background-color: #B4501F;
  color: #FFFFFF;
}

.btn-light {
  background-color: #FFFFFF;
  color: #B4501F;
}

.btn-light:hover {
  background-color: #F6B98A;
  color: #2A1C12;
}

/* ===== PUPIL NAV ===== */
.pupil-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #FDF7F2;
  border-bottom: 2px solid #E8652E;
}

.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.eye-glyph {
  display: inline-block;
  width: 28px;
  height: 17px;
  background-color: #E8652E;
  border-radius: 50%;
  position: relative;
}

.eye-glyph::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #2A1C12;
  border-radius: 50%;
}

.brand-word {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #2A1C12;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #2A1C12;
  padding: 6px 0;
}

.nav-links a:hover {
  color: #B4501F;
}

.nav-links a.active {
  color: #2A1C12;
  font-weight: 600;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background-color: #E8652E;
}

.nav-cta-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-cta {
  padding: 10px 20px;
  font-size: 14px;
  background-color: #E8652E;
  color: #FFFFFF;
}

.nav-cta:hover {
  background-color: #B4501F;
  color: #FFFFFF;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2A1C12;
}

/* ===== IRIS HERO ===== */
.iris-hero {
  padding: 90px 0 100px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #F6B98A;
  color: #B4501F;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
}

.hero-title {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hero-sub {
  font-size: 18px;
  color: #5C4634;
  max-width: 560px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iris-eye {
  width: 320px;
  height: 200px;
  border: 10px solid #E8652E;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDF7F2;
}

.iris {
  position: absolute;
  width: 138px;
  height: 138px;
  background-color: #E8652E;
  border-radius: 50%;
}

.pupil {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #2A1C12;
  border-radius: 50%;
}

.highlight {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 34px;
  left: 42px;
}

/* ===== STATEMENT ROW ===== */
.statement-row {
  padding: 70px 0;
  border-top: 1px solid #EFE0D4;
  border-bottom: 1px solid #EFE0D4;
}

.statement-text {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 500;
  max-width: 1000px;
  color: #2A1C12;
}

/* ===== VIEW ROWS ===== */
.view-rows {
  padding: 90px 0;
}

.section-head {
  margin-bottom: 48px;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 14px;
}

.section-sub {
  font-size: 17px;
  color: #5C4634;
  max-width: 620px;
}

.view-row {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid #EFE0D4;
}

.view-row:last-child {
  border-bottom: none;
}

.view-marker {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #E8652E;
  margin-top: 10px;
}

.view-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.view-text {
  font-size: 17px;
  color: #5C4634;
  max-width: 820px;
}

/* ===== METRIC THREE ===== */
.metric-three {
  padding: 70px 0;
  border-top: 1px solid #EFE0D4;
  border-bottom: 1px solid #EFE0D4;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.metric-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  color: #2A1C12;
  line-height: 1;
}

.metric-label {
  font-size: 15px;
  font-weight: 500;
  color: #B4501F;
  letter-spacing: 0.03em;
}

/* ===== USE ROWS ===== */
.use-rows {
  padding: 90px 0;
}

.use-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid #EFE0D4;
}

.use-row:last-child {
  border-bottom: none;
}

.use-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.use-text {
  font-size: 17px;
  color: #5C4634;
  max-width: 720px;
}

.use-circle {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.circle-persimmon {
  background-color: #E8652E;
}

.circle-apricot {
  background-color: #F6B98A;
}

.circle-burnt {
  background-color: #B4501F;
}

.circle-cream {
  background-color: #FDF7F2;
  border: 3px solid #E8652E;
}

/* ===== FAQ ===== */
.faq {
  padding: 90px 0;
  border-top: 1px solid #EFE0D4;
}

.faq-inner {
  max-width: 860px;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid #EFE0D4;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: #2A1C12;
  padding: 24px 0;
  position: relative;
}

.faq-q::after {
  content: "+";
  font-family: 'Inter', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #E8652E;
  margin-left: 16px;
  transition: transform 0.2s ease;
}

.faq-item.open .faq-q::after {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-a p {
  padding-bottom: 26px;
  color: #5C4634;
  font-size: 16px;
  max-width: 760px;
}

/* ===== CTA BAND ===== */
.cta-band {
  background-color: #E8652E;
  padding: 70px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-title {
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
  max-width: 560px;
}

/* ===== FOCUS FOOTER ===== */
.focus-footer {
  background-color: #FDF7F2;
  border-top: 3px solid #E8652E;
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-eye {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #E8652E;
  border-radius: 50%;
  position: relative;
}

.footer-eye::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #2A1C12;
  border-radius: 50%;
}

.footer-word {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #2A1C12;
}

.footer-desc {
  font-size: 15px;
  color: #5C4634;
  max-width: 260px;
}

.footer-head {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #B4501F;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: #5C4634;
  font-size: 15px;
}

.footer-links a:hover {
  color: #E8652E;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact a,
.footer-contact p {
  color: #5C4634;
  font-size: 15px;
}

.footer-contact a:hover {
  color: #E8652E;
}

.footer-legal {
  border-top: 1px solid #EFE0D4;
  padding: 22px 0;
  text-align: center;
}

.footer-legal p {
  font-size: 14px;
  color: #5C4634;
}

.footer-legal a {
  color: #B4501F;
}

.footer-legal a:hover {
  color: #E8652E;
}

/* ===== SCROLL REVEAL ===== */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* ===== PAGE HEADER (services / contact) ===== */
.page-header {
  background-color: #F6B98A;
  padding: 80px 0;
  border-bottom: 3px solid #E8652E;
}

.page-header .page-kicker {
  display: inline-block;
  background-color: #FDF7F2;
  color: #B4501F;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.page-header h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.page-header .page-intro {
  font-size: 18px;
  color: #5C4634;
  max-width: 700px;
}

/* ===== SERVICES ===== */
.service-section {
  padding: 80px 0;
  border-bottom: 1px solid #EFE0D4;
}

.service-section:nth-child(odd) {
  background-color: #FDF7F2;
}

.service-section:nth-child(even) {
  background-color: #FBF0E8;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}

.service-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #E8652E;
}

.service-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.service-text {
  font-size: 16px;
  color: #5C4634;
  margin-bottom: 16px;
}

.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-list li {
  padding-left: 24px;
  position: relative;
  color: #5C4634;
  font-size: 16px;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: #E8652E;
  border-radius: 50%;
}

.process-overview {
  padding: 90px 0;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.process-step {
  border-top: 3px solid #E8652E;
  padding-top: 20px;
}

.process-step-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #B4501F;
  display: block;
  margin-bottom: 8px;
}

.process-step h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 15px;
  color: #5C4634;
}

/* ===== CONTACT ===== */
.contact-section {
  padding: 80px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.contact-info h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}

.contact-block {
  margin-bottom: 24px;
}

.contact-block h3 {
  font-size: 16px;
  font-weight: 600;
  color: #B4501F;
  margin-bottom: 6px;
}

.contact-block p,
.contact-block a {
  font-size: 16px;
  color: #5C4634;
}

.contact-block a:hover {
  color: #E8652E;
}

.hours-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hours-list li {
  color: #5C4634;
  font-size: 15px;
}

.contact-note {
  color: #5C4634;
  font-size: 15px;
  max-width: 420px;
}

.contact-form {
  background-color: #FFFFFF;
  border: 1px solid #EFE0D4;
  border-radius: 8px;
  padding: 36px;
  box-shadow: 0 10px 30px #EFE0D4;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #2A1C12;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #E3D2C4;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #2A1C12;
  background-color: #FDF7F2;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #E8652E;
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-status {
  display: none;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.form-status.success {
  display: block;
  background-color: #F6B98A;
  color: #2A1C12;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .nav-links {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: #FDF7F2;
    border-bottom: 2px solid #E8652E;
    padding: 20px 24px;
    gap: 18px;
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-title {
    font-size: 38px;
  }

  .iris-eye {
    width: 240px;
    height: 150px;
  }

  .iris {
    width: 104px;
    height: 104px;
  }

  .pupil {
    width: 40px;
    height: 40px;
  }

  .highlight {
    width: 15px;
    height: 15px;
  }

  .statement-text {
    font-size: 26px;
  }

  .metric-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}
