@charset "UTF-8";
/* ==========================================================================
   Pelopi Ayvalık Pansiyon — Coming Soon
   Quiet Luxury · Editorial Grid · Modern SCSS Design System

   Sections:
   01. Design Tokens
   02. Reset & Base
   03. Typography
   04. Layout
   05. Background Decorations
   06. Header Row
   07. Sidebar (Left)
   08. Hero (Center)
   09. Slider (Swiper)
   10. Interact Panel (Right)
   11. Forms
   12. Buttons
   13. Footer
   14. Animations & Entrance
   15. Responsive
   ========================================================================== */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(30, 28, 26, 0.22) #F4F1EA;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #F4F1EA;
}

::-webkit-scrollbar-thumb {
  background: rgba(30, 28, 26, 0.22);
  border-radius: 4px;
  border: 2px solid #F4F1EA;
}
::-webkit-scrollbar-thumb:hover {
  background: #F26522;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.label {
  display: block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #8E8A84;
  margin-bottom: 2rem;
  line-height: 1;
}

.eyebrow {
  display: inline-block;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #5A6051;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.coord-details .value,
.status-details .value,
.narrative-wrapper .value,
.sidebar-section .value {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25;
  color: #1E1C1A;
  letter-spacing: 0.01em;
}
.coord-details .sub-value,
.status-details .sub-value,
.narrative-wrapper .sub-value,
.sidebar-section .sub-value {
  display: block;
  font-size: 0.75rem;
  color: #5D5A56;
  margin-top: 0.375rem;
  letter-spacing: 0.03em;
  font-weight: 300;
}

.bg-flower {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  opacity: 0.055;
  mix-blend-mode: multiply;
  transition: opacity 1.5s ease;
}
.bg-flower img {
  width: 100%;
  height: auto;
  display: block;
}

.bg-flower-1 {
  bottom: -50px;
  left: -50px;
  width: clamp(280px, 40vw, 560px);
  transform: rotate(15deg);
}

.bg-flower-2 {
  top: -50px;
  right: -50px;
  width: clamp(220px, 34vw, 460px);
  transform: rotate(-25deg);
}

.bg-flower-3 {
  bottom: 8vh;
  right: 15vw;
  width: clamp(140px, 22vw, 300px);
  transform: rotate(45deg);
  opacity: 0.035;
}

#cell-logo {
  gap: 0.375rem;
}
#cell-logo .eyebrow {
  margin-bottom: 0.375rem;
}
#cell-logo img[src*=pelopi-logo] {
  width: 130px;
  height: auto;
  object-fit: contain;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#cell-logo img[src*=pelopi-logo]:hover {
  opacity: 0.8;
}
#cell-logo .brand-logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.65rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  color: #1E1C1A;
}
#cell-logo .brand-sub {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.38em;
  color: #5A6051;
  margin-top: 0.2rem;
  font-weight: 600;
}

#cell-status .status-details .value {
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
}
#cell-status .status-details .value::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 28px;
  height: 1.5px;
  background-color: #F26522;
  border-radius: 1px;
}

#cell-sidebar .sidebar-section {
  margin-bottom: 2.75rem;
}
#cell-sidebar .sidebar-section:last-child {
  margin-bottom: 0;
}

.philosophy-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.25rem;
}

.philosophy-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  position: relative;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(30, 28, 26, 0.1);
  transition: padding-left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.philosophy-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.philosophy-item:hover {
  padding-left: 2px;
}
.philosophy-item .num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.85rem;
  font-style: italic;
  color: #F26522;
  opacity: 0.7;
  margin-top: 0.15rem;
  min-width: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}
.philosophy-item .philosophy-content {
  flex: 1;
}
.philosophy-item .philosophy-content h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1E1C1A;
  margin-bottom: 0.375rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.philosophy-item .philosophy-content p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #5D5A56;
  font-weight: 300;
}

.social-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 0.75rem;
}
.social-links li a {
  font-size: 0.78rem;
  color: #5D5A56;
  font-weight: 400;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-links li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #5A6051;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-links li a:hover {
  color: #5A6051;
}
.social-links li a:hover::after {
  width: 100%;
}

#cell-hero .hero-image-wrapper {
  position: relative;
  width: 100%;
  height: clamp(380px, 52vh, 620px);
  flex-shrink: 0;
  background-color: rgb(238.740625, 234.30625, 223.959375);
  overflow: hidden;
  border-bottom: 1px solid rgba(30, 28, 26, 0.1);
}
#cell-hero .hero-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 4;
  mix-blend-mode: overlay;
  opacity: 0.4;
}
#cell-hero .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(244, 241, 234, 0) 55%, rgba(244, 241, 234, 0.08) 80%, rgba(244, 241, 234, 0.18) 100%);
  pointer-events: none;
  z-index: 3;
}
#cell-hero .hero-statement {
  padding: clamp(1.75rem, 4vw, 2.75rem);
  background-color: #F4F1EA;
  position: relative;
}
#cell-hero .hero-statement::before {
  content: "";
  position: absolute;
  top: clamp(1.75rem, 4vw, 2.75rem);
  left: 0;
  width: 2px;
  height: 2.5rem;
  background-color: #F26522;
  border-radius: 1px;
}
#cell-hero .hero-statement .statement-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 300;
  line-height: 1.35;
  color: #1E1C1A;
  max-width: 88%;
  letter-spacing: 0.01em;
}
#cell-hero .hero-statement .statement-text em {
  font-style: italic;
  font-weight: 400;
  color: #5A6051;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}
.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 6s ease-out;
}
.hero-swiper .swiper-slide-active img {
  transform: scale(1);
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(244, 241, 234, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(30, 28, 26, 0.25);
  color: #1E1C1A;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  overflow: hidden;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  top: auto;
  bottom: 1.125rem;
  margin-top: 0;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1E1C1A;
  transform: translateY(101%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #F4F1EA;
  border-color: #1E1C1A;
}
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
  transform: translateY(0);
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  transform: translateX(2px);
}

.swiper-button-prev {
  left: 1rem;
}
.swiper-button-prev:hover::after {
  transform: translateX(-2px);
}

.swiper-button-next {
  right: 1rem;
}

#cell-interact .narrative-wrapper .narrative-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #5D5A56;
  font-weight: 300;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#cell-interact .narrative-wrapper .narrative-subtext {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.5;
  color: #5A6051;
  font-weight: 400;
  position: relative;
  padding-left: 1.25rem;
}
#cell-interact .narrative-wrapper .narrative-subtext::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  height: calc(100% - 0.5em);
  width: 1.5px;
  background-color: rgba(90, 96, 81, 0.35);
  border-radius: 1px;
}
#cell-interact .map-wrapper {
  margin-top: 0.75rem;
}
#cell-interact .map-wrapper .map-container {
  width: 100%;
  height: 170px;
  border: 1px solid rgba(30, 28, 26, 0.1);
  border-radius: 3px;
  background-color: rgb(240.49375, 236.5375, 227.30625);
  overflow: hidden;
  transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#cell-interact .map-wrapper .map-container:hover {
  box-shadow: 0 2px 12px rgba(30, 28, 26, 0.06);
}
#cell-interact .map-wrapper .map-container iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.08) opacity(0.82);
  transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
#cell-interact .map-wrapper .map-container iframe:hover {
  filter: grayscale(0.15) contrast(1) opacity(1);
}
#cell-interact .map-wrapper .map-note {
  font-size: 0.7rem;
  color: #8E8A84;
  margin-top: 0.375rem;
  line-height: 1.45;
  font-weight: 300;
  font-style: italic;
}

.form-wrapper h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
  color: #1E1C1A;
}
.form-wrapper .form-instructions {
  font-size: 0.78rem;
  color: #5D5A56;
  margin-bottom: 2rem;
  line-height: 1.55;
  font-weight: 300;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.subscribe-form .input-group {
  position: relative;
  width: 100%;
}
.subscribe-form .input-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(30, 28, 26, 0.18);
  padding: 0.7rem 0 0.6rem;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.83rem;
  color: #1E1C1A;
  outline: none;
  transition: border-bottom-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 300;
  letter-spacing: 0.02em;
}
.subscribe-form .input-group input::placeholder {
  color: #8E8A84;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-weight: 300;
}
.subscribe-form .input-group input:focus::placeholder {
  transform: translateY(-3px);
  opacity: 0.45;
}
.subscribe-form .input-group input:-webkit-autofill, .subscribe-form .input-group input:-webkit-autofill:hover, .subscribe-form .input-group input:-webkit-autofill:focus, .subscribe-form .input-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px #F4F1EA inset !important;
  -webkit-text-fill-color: #1E1C1A !important;
}
.subscribe-form .input-group .input-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: #5A6051;
  border-radius: 1px;
  transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.subscribe-form .input-group input:focus ~ .input-line {
  width: 100%;
}
.subscribe-form .checkbox-group {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 0.375rem;
}
.subscribe-form .checkbox-group input[type=checkbox] {
  width: 14px;
  height: 14px;
  accent-color: #5A6051;
  cursor: pointer;
  margin-top: 0.2rem;
  flex-shrink: 0;
  border-radius: 2px;
}
.subscribe-form .checkbox-group .checkbox-label {
  font-size: 0.73rem;
  color: #5D5A56;
  line-height: 1.45;
  font-weight: 300;
  cursor: pointer;
  user-select: none;
  letter-spacing: 0.01em;
}

.form-status {
  margin-top: 0.75rem;
  font-size: 0.73rem;
  min-height: 20px;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.4s ease;
  letter-spacing: 0.01em;
}
.form-status.visible {
  opacity: 1;
}
.form-status.success {
  color: #5A6051;
}
.form-status.error {
  color: #B25D53;
}

.submit-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  border: 1.5px solid #1E1C1A;
  padding: 0.95rem 1.25rem;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #1E1C1A;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0.75rem;
  font-weight: 600;
  border-radius: 3px;
}
.submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1E1C1A;
  transform: translateY(101%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}
.submit-btn .btn-text,
.submit-btn .btn-icon {
  position: relative;
  z-index: 2;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.submit-btn .btn-icon {
  margin-left: 1.25rem;
  font-size: 1rem;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.submit-btn:hover {
  color: #F4F1EA;
  border-color: #1E1C1A;
}
.submit-btn:hover::before {
  transform: translateY(0);
}
.submit-btn:hover .btn-icon {
  transform: translateX(5px);
}
.submit-btn:focus-visible {
  outline: 2px solid #5A6051;
  outline-offset: 2px;
}
.submit-btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
}

.hover-link {
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-link:hover::after {
  width: 100%;
}

#cell-footer {
  font-size: 0.68rem;
  color: #5D5A56;
  letter-spacing: 0.01em;
}
#cell-footer .footer-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#cell-footer .footer-left .footer-copyright {
  white-space: nowrap;
  font-weight: 400;
  color: #5D5A56;
}
#cell-footer .footer-left .footer-phone {
  color: #1E1C1A;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#cell-footer .footer-left .footer-phone:hover {
  color: #F26522;
}
#cell-footer .footer-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-grow: 1;
  justify-content: flex-end;
  text-align: right;
}
#cell-footer .footer-right .footer-notice {
  color: #8E8A84;
  font-size: 0.63rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  max-width: 500px;
  border-left: 1px solid rgba(30, 28, 26, 0.1);
  padding-left: 2rem;
}

#app-grid > * > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

#app-grid.revealed > * > * {
  opacity: 1;
  transform: translateY(0);
}

#cell-logo > * {
  transition-delay: 0.05s;
}

#cell-status > * {
  transition-delay: 0.14s;
}

#cell-sidebar > * {
  transition-delay: 0.23s;
}

#cell-hero > * {
  transition-delay: 0.32s;
}

#cell-interact > * {
  transition-delay: 0.41s;
}

#cell-footer > * {
  transition-delay: 0.5s;
}

@media (max-width: 1100px) {
  .hero-statement .statement-text {
    max-width: 100%;
    font-size: clamp(1.45rem, 3.5vw, 2.1rem);
  }
  #cell-footer .footer-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
    text-align: right;
  }
  #cell-footer .footer-right .footer-notice {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(30, 28, 26, 0.1);
    padding-top: 0.75rem;
    text-align: right;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  #cell-hero .hero-image-wrapper {
    height: clamp(260px, 55vw, 420px);
  }
  #cell-hero .hero-statement {
    padding: 2rem;
  }
  #cell-hero .hero-statement::before {
    display: none;
  }
  #cell-hero .hero-statement .statement-text {
    max-width: 100%;
    font-size: clamp(1.4rem, 5.5vw, 2rem);
  }
  .philosophy-list {
    gap: 1.5rem;
  }
  #cell-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  #cell-footer .footer-right {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
  }
  #cell-footer .footer-right .footer-notice {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(30, 28, 26, 0.1);
    padding-top: 0.75rem;
    text-align: left;
    max-width: 100%;
  }
  .bg-flower-1 {
    width: clamp(180px, 60vw, 340px);
    opacity: 0.04;
  }
  .bg-flower-2 {
    width: clamp(160px, 50vw, 300px);
    opacity: 0.04;
  }
  .bg-flower-3 {
    display: none;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .label {
    font-size: 0.58rem;
    letter-spacing: 0.2em;
  }
  #cell-hero .hero-image-wrapper {
    height: clamp(220px, 60vw, 320px);
  }
  #cell-hero .hero-statement .statement-text {
    font-size: clamp(1.25rem, 6.5vw, 1.65rem);
  }
  .form-wrapper h3 {
    font-size: 1.3rem;
  }
  .submit-btn {
    padding: 0.85rem 1.25rem;
    font-size: 0.65rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 0.85rem;
  }
}
