<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>bonsai.ie — Domain For Sale</title>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=DM+Mono:wght@300;400&display=swap" rel="stylesheet">
<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    background: #f9f6ef;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem;
    font-family: 'DM Mono', monospace;
    font-weight: 300;
  }
  h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(56px, 12vw, 96px);
    font-weight: 300;
    letter-spacing: -2px;
    color: #1a1a16;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  .tld { color: #3a5a2e; }
  p {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a8a7a;
    margin-bottom: 3rem;
  }
  a {
    display: inline-block;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #3a5a2e;
    padding: 13px 36px;
    transition: opacity 0.2s;
  }
  a:hover { opacity: 0.82; }
</style>
</head>
<body>
  <h1>bonsai<span class="tld">.ie</span></h1>
  <p>This domain is for sale</p>
  <a href="https://sedo.com/search/details/?domain=bonsai.ie&origin=domaindetails" target="_blank">Make an offer on Sedo</a>
</body>
</html>
