@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

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

h1.name {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 200;
}

h1, h2, h3 {
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
  color: #000;
}

a {
  color: #3fb68b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.purchase-section {
  margin: 3rem 0;
  padding: 2rem;
  border: 1px solid black;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.purchase-section small {
    text-align: center;
    min-width: 100%;
    display: block;
    color: #777;
    padding-top: 0.3rem;
    font-weight: 300;
    text-transform: uppercase;
}

#paypal-container-XY6FS7EYSQQHQ {
}

.note {
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}

.bitcoin-section {
  margin-top: 3rem;
  padding: 2rem;
}

.bitcoin-section ul {
  margin: 1rem 0 1rem 2rem;
}

.navigation {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}

.navigation a {
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
}

.navigation a.active {
    color: #3fb68b;
    font-weight: 500;
}

.header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px solid #000;
}

.logo {
  height: 2rem;
  padding-top: 0.5rem;
}

.name {
  margin: 0;
}

.contact-grid {
  border-collapse: collapse;
  width: 100%;
  margin-top: 2rem;
}

.contact-grid td {
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.contact-grid td + td {
  border-left: 1px solid #000;
}
.contact-grid tr + tr {
  border-top: 1px solid #000;
}

.contact-tile {
  background: #fff;
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: background 0.2s;
  display: block;
}

.contact-tile:hover {
  background: #f5f5f5;
}

.contact-tile .contact-value {
    font-weight: 500;
}

.buy-button {
  display: block;
  padding: 1.5rem 3rem;
  background: #3fb68b;
  color: white !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2rem;
  transition: background 0.2s;
  max-width: 300px;
  margin: 0 auto;
}

.buy-button:hover {
  background: #35a077;
  text-decoration: none;
}

.container p {
        text-transform: uppercase;
    font-weight: 500;
}

.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
  width: 100%;
}

.profile-photo {
  width: 40%;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

p.sale {
    text-transform: none;
}

div.paypal-container {
    align-items: center;
    flex-direction: column;
    display: flex;
}

div.centered {
    width: 24.9375rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 2rem auto;
  padding: 0 2rem;
}

.gallery-item {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.preview-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.back-link {
  display: inline-block;
  margin-bottom: 2rem;
  color: #666;
  text-decoration: none;
}

.back-link:hover {
  color: #3fb68b;
}

.preview-image {
  margin-bottom: 2rem;
}

.preview-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.preview-info {
  text-align: left;
}

.preview-info h2 {
  margin-bottom: 1rem;
}

.preview-info p {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

ul.btc-addresses {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btc-addresses li {
  margin: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.btc-label {
  font-weight: 500;
  font-size: 0.9rem;
  color: #666;
}

.btc-address {
  background: #f5f5f5;
  padding: 0.5rem;
  font-family: 'Courier New', monospace;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s;
  word-break: break-all;
}

.btc-address:hover {
  background: #e8e8e8;
}

.btc-address.copied {
  background: #3fb68b !important;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 500;
}

.paypal-container .centered p {
    text-transform: none;
}

.paypal-container .centered h3 {
    text-transform: none;
}

.paypal-container .centered {
    background-color: ;
}

.gallery-title {
    width: 100%;
    display: block;
    text-align: center;
}

.download-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 2rem auto;
  padding: 0 2rem;
}

.download-tile {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.download-tile img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.2s;
}

.download-tile:hover img {
  transform: scale(1.05);
}

.download-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.2s;
  padding: 1rem;
}

.download-tile:hover .download-overlay {
  opacity: 1;
}

.overlay-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.format-button {
  padding: 0.5rem 1rem;
  background: #3fb68b;
  color: white !important;
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
  transition: background 0.2s;
}

.format-button:hover {
  background: #35a077;
}

.view-full-button {
  padding: 0.75rem 1.5rem;
  background: white;
  color: #333 !important;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

.view-full-button:hover {
  background: #f5f5f5;
}

.download-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.library-info {
  padding: 2rem;
  border: 1px solid black;
  text-align: center;
  margin: 2rem 0;
}

.library-info h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.library-count {
  font-size: 2rem;
  font-weight: 500;
  color: #3fb68b;
  margin: 1rem 0;
}

.library-note {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  font-weight: 300;
}

.photo-dimensions {
  font-size: 0.95rem;
  color: #3fb68b;
  font-weight: 500;
  text-transform: uppercase;
}

.photo-formats {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
  text-transform: none;
}

.photo-format-list {
  margin: 1rem 0 1.5rem 0;
}

.format-detail {
  font-size: 0.9rem;
  color: #666;
  margin: 0.25rem 0;
  text-transform: uppercase;
  font-weight: 400;
}
